[Opendnssec-develop] OpenDNSSEC 1.0.1
Jakob Schlyter
jakob at kirei.se
Sun Feb 28 18:13:38 UTC 2010
while moving all common variables to OPENDNSSEC_COMMON, I've discovered the following errors. I suggest we commit this to the 1.0 branch:
Index: signer/configure.ac
===================================================================
--- signer/configure.ac (revision 2904)
+++ signer/configure.ac (working copy)
@@ -31,7 +31,7 @@
], [CFLAGS="-D__EXTENSIONS__ $CFLAGS"])
fetch_pid_file=$localstatedir/run/opendnssec/zone_fetcher.pid
-signer_cli="$prefix/bin/ods-signer sign"
+signer_cli="$prefix/sbin/ods-signer sign"
AC_DEFINE_UNQUOTED(FETCH_PIDFILE, ["`eval echo $fetch_pid_file | sed s,NONE,$ac_default_prefix,g`"], [Path to the OpenDNSSEC zone fetcher pid file])
AC_DEFINE_UNQUOTED(SIGNER_CLI_COMMAND, ["`eval echo $signer_cli | sed s,NONE,$ac_default_prefix,g`"], [Path to the OpenDNSSEC signer engine cli])
Index: signer/README
===================================================================
--- signer/README (revision 2904)
+++ signer/README (working copy)
@@ -202,7 +202,7 @@
running the engine
------------------
-You can run the engine bij calling <prefix>/bin/ods-signer start
+You can run the engine by calling <prefix>/sbin/ods-signer start
If everything is ok, you should see the following output:
$ ./ods-signer start
Index: tools/solaris/ods-signerd.init.in
===================================================================
--- tools/solaris/ods-signerd.init.in (revision 2904)
+++ tools/solaris/ods-signerd.init.in (working copy)
@@ -30,7 +30,7 @@
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:@full_prefix@/lib
signer_bin_file="@full_prefix@/sbin/ods-signerd"
-signer_cli_file="@full_prefix@/bin/ods-signer"
+signer_cli_file="@full_prefix@/sbin/ods-signer"
signer_pid_file="@localstatedir@/run/opendnssec/signerd.pid"
case "$1" in
More information about the Opendnssec-develop
mailing list