Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nadezhda Ivanova
OpenLDAP
Commits
8106400a
Commit
8106400a
authored
25 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
slapd Version needs special treatment (Versionstr and non-static).
parent
5dbb2e76
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
servers/slapd/Makefile.in
+1
-1
1 addition, 1 deletion
servers/slapd/Makefile.in
servers/slapd/Version.c
+0
-13
0 additions, 13 deletions
servers/slapd/Version.c
with
1 addition
and
14 deletions
servers/slapd/Makefile.in
+
1
−
1
View file @
8106400a
...
...
@@ -80,7 +80,7 @@ libbackends.a: .backend
version.c
:
libbackends.a $(OBJS) $(SLAPD_LIBDEPEND)
@
-
$(
RM
)
$@
$(
MKVERSION
)
slapd
>
$@
$(
MKVERSION
)
-c
-s
-n
Versionstr
slapd
>
$@
depend-local-srv
:
FORCE
@
for
i
in
back-
*
shell-backends tools
;
do
\
...
...
This diff is collapsed.
Click to expand it.
servers/slapd/Version.c
deleted
100644 → 0
+
0
−
13
View file @
5dbb2e76
/*
* Copyright (c) 1991 Regents of the University of Michigan.
* All rights reserved.
*
* Redistribution and use in source and binary forms are permitted
* provided that this notice is preserved and that due credit is given
* to the University of Michigan at Ann Arbor. The name of the University
* may not be used to endorse or promote products derived from this
* software without specific prior written permission. This software
* is provided ``as is'' without express or implied warranty.
*/
char
Versionstr
[]
=
"slapd %VERSION% (%WHEN%)
\n\t
%WHOANDWHERE%
\n
"
;
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment