diff options
author | Rich Megginson <rmeggins@redhat.com> | 2009-08-11 14:37:44 -0600 |
---|---|---|
committer | Rich Megginson <rmeggins@redhat.com> | 2009-08-11 15:17:44 -0600 |
commit | 886d9b9f4fd9bfd72c2c9728f13b8db1ff2793b7 (patch) | |
tree | 7afa75c8dd680409fe7049827cf0a4f2905036a5 /man/man8 | |
parent | abff3feacb218a7bb65a358dce2e9c90a2f185b1 (diff) | |
download | ds-886d9b9f4fd9bfd72c2c9728f13b8db1ff2793b7.tar.gz ds-886d9b9f4fd9bfd72c2c9728f13b8db1ff2793b7.tar.xz ds-886d9b9f4fd9bfd72c2c9728f13b8db1ff2793b7.zip |
Change default branding to 389 - remove lite code
The vendor, brand, and capbrand are set in configure - we should use those
everywhere rather than have to run some sort of script over the code to
change vendor, brand, version, etc. I've added VENDOR, BRAND, CAPBRAND
to the default defines passed to the compiler, and changed the code to use
these defines. And instead of the unintuitively named PRODUCTTEXT macro,
we should use the already defined PRODUCT_VERSION.
This allowed me to get rid of some code. The version was from a generated
file called dirver.h which we don't need anymore, and we don't need the perl
script dirver.pl which generated it.
The vendor string was coming from the dirlite header file. So I also used this
as an excuse to get rid of all references to dirlite once and for all (yay!).
For the places in plain text files which are not substituted, I just used the
generic name Dirsrv or Directory Server instead of having an explicit brand
and/or version in there.
Reviewed by: nkinder (Thanks!)
Diffstat (limited to 'man/man8')
-rw-r--r-- | man/man8/migrate-ds.pl.8 | 2 | ||||
-rw-r--r-- | man/man8/ns-slapd.8 | 2 | ||||
-rw-r--r-- | man/man8/remove-ds.pl.8 | 2 | ||||
-rw-r--r-- | man/man8/setup-ds.pl.8 | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/man/man8/migrate-ds.pl.8 b/man/man8/migrate-ds.pl.8 index 5036cf50..ad53d604 100644 --- a/man/man8/migrate-ds.pl.8 +++ b/man/man8/migrate-ds.pl.8 @@ -149,7 +149,7 @@ and copying it to the destination, or by network mounting the source directory on the destination machine. .br .SH AUTHOR -migrate-ds.pl was written by the Fedora Directory Server Project. +migrate-ds.pl was written by the 389 Project. .SH "REPORTING BUGS" Report bugs to http://bugzilla.redhat.com. .SH COPYRIGHT diff --git a/man/man8/ns-slapd.8 b/man/man8/ns-slapd.8 index cf471ea7..fb1386a6 100644 --- a/man/man8/ns-slapd.8 +++ b/man/man8/ns-slapd.8 @@ -43,7 +43,7 @@ Specifies the debuglevel to be used Specifies file where the pid of the process will be stored .br .SH AUTHOR -ns-slapd was written by the Fedora Directory Server Project. +ns-slapd was written by the 389 Project. .SH "REPORTING BUGS" Report bugs to http://bugzilla.redhat.com. .SH COPYRIGHT diff --git a/man/man8/remove-ds.pl.8 b/man/man8/remove-ds.pl.8 index c74b8234..e8e322a5 100644 --- a/man/man8/remove-ds.pl.8 +++ b/man/man8/remove-ds.pl.8 @@ -43,7 +43,7 @@ Enable debugging - adding more -d will make output more verbose The full name of the instance to remove (e.g. slapd-example) .br .SH AUTHOR -remove-ds.pl was written by the Fedora Directory Server Project. +remove-ds.pl was written by the 389 Project. .SH "REPORTING BUGS" Report bugs to http://bugzilla.redhat.com. .SH COPYRIGHT diff --git a/man/man8/setup-ds.pl.8 b/man/man8/setup-ds.pl.8 index 62c12bbc..5598df67 100644 --- a/man/man8/setup-ds.pl.8 +++ b/man/man8/setup-ds.pl.8 @@ -74,7 +74,7 @@ or Values passed in this manner will override values in an .inf file given with the \fB\-f\fR argument. .br .SH AUTHOR -setup-ds.pl was written by the Fedora Directory Server Project. +setup-ds.pl was written by the 389 Project. .SH "REPORTING BUGS" Report bugs to http://bugzilla.redhat.com. .SH COPYRIGHT |