diff options
author | Rob Austein <sra@hactrn.net> | 2016-04-26 20:07:41 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-04-26 20:07:41 +0000 |
commit | 01697787912f143ab2b9a938e33c73c9a8a9ae0b (patch) | |
tree | 8065ac9a88d697678de0ad68c13683c6c2f5dd69 /buildtools | |
parent | 1447a61b235699163f186ef689ca8eaf898ee478 (diff) |
Further consolidation of config file parsing, command line parsing,
and logging setup. Most programs now use the unified mechanism,
although there are still a few holdouts: the GUI, which is a special
case because it has no command line, and the rpki-rtr program, which,
for historical reasons has its own implementation of the logging setup
infrastructure.
svn path=/branches/tk705/; revision=6390
Diffstat (limited to 'buildtools')
-rw-r--r-- | buildtools/debian-skeleton/rpki-ca.default | 2 | ||||
-rw-r--r-- | buildtools/debian-skeleton/rpki-ca.init.d | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/buildtools/debian-skeleton/rpki-ca.default b/buildtools/debian-skeleton/rpki-ca.default index 387ff261..94a92844 100644 --- a/buildtools/debian-skeleton/rpki-ca.default +++ b/buildtools/debian-skeleton/rpki-ca.default @@ -7,4 +7,4 @@ # # Additional arguments that are passed to rpki-nanny. -DAEMON_ARGS="--log-level warning --log-directory /var/log/rpki --log-rotating-file-hours 3 --log-backup-count 56" +DAEMON_ARGS="" diff --git a/buildtools/debian-skeleton/rpki-ca.init.d b/buildtools/debian-skeleton/rpki-ca.init.d index 3cec6aa6..22feba38 100644 --- a/buildtools/debian-skeleton/rpki-ca.init.d +++ b/buildtools/debian-skeleton/rpki-ca.init.d @@ -16,7 +16,6 @@ NAME=rpki-nanny PIDDIR=/var/run/rpki LOGDIR=/var/log/rpki DAEMON=/usr/lib/rpki/$NAME -DAEMON_ARGS="--log-level warning --log-directory $LOGDIR --log-rotating-file-hours 3 --log-backup-count 56" SCRIPTNAME=/etc/init.d/rpki-ca PIDFILE=$PIDDIR/$NAME.pid |