summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/newsyslog.conf3
-rw-r--r--etc/rc5
2 files changed, 5 insertions, 3 deletions
diff --git a/etc/newsyslog.conf b/etc/newsyslog.conf
index e5cc72f..34b8266 100644
--- a/etc/newsyslog.conf
+++ b/etc/newsyslog.conf
@@ -1,8 +1,9 @@
# configuration file for newsyslog
-# $Id: newsyslog.conf,v 1.3 1996/01/06 22:19:37 ache Exp $
+# $Id: newsyslog.conf,v 1.4 1996/01/07 00:52:49 ache Exp $
#
# logfilename owner.group mode ngen size time [ZB]
/var/cron/log 600 3 100 * Z
+/var/log/amd.log 664 7 100 * Z
/var/log/kerberos.log 664 7 100 * Z
/var/log/lpd-errs 664 7 100 * Z
/var/log/maillog 664 7 * 24 Z
diff --git a/etc/rc b/etc/rc
index 234960d..73ac983 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: rc,v 1.79 1995/12/09 19:40:12 ache Exp $
+# $Id: rc,v 1.80 1995/12/28 01:24:04 jkh Exp $
# From: @(#)rc 5.27 (Berkeley) 6/5/91
# System startup script run by init on autoboot
@@ -223,7 +223,8 @@ if [ "X${nfs_client}" = X"YES" ]; then
fi
if [ "X${amdflags}" != X"NO" ]; then
- echo -n ' amd'; amd ${amdflags}
+ echo -n ' amd'
+ amd -p -l /var/log/amd.log ${amdflags} > /var/run/amd.pid
fi
# Kerberos runs ONLY on the Kerberos server machine
OpenPOWER on IntegriCloud