summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorgraichen <graichen@FreeBSD.org>1996-01-16 08:04:06 +0000
committergraichen <graichen@FreeBSD.org>1996-01-16 08:04:06 +0000
commitb447bf399824d08cc29cff142d0660701482e48a (patch)
treeb068e2179d884be04b197d29dddacd74d895c349 /etc/rc
parentd4ab6cfcb3bd0371d6c9358f73f69a59c0957da3 (diff)
downloadFreeBSD-src-b447bf399824d08cc29cff142d0660701482e48a.zip
FreeBSD-src-b447bf399824d08cc29cff142d0660701482e48a.tar.gz
added the "-p" option to amd so that it writes it's pid to
/var/run/amd.pid and added the "-l /var/log/amd.log" option there too added an entry for the "rotation" of /var/log/amd.log to newsyslog.conf
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc5
1 files changed, 3 insertions, 2 deletions
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