summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-05-05 07:08:31 +0000
committerjkh <jkh@FreeBSD.org>1997-05-05 07:08:31 +0000
commit07cd08d705b18bab39838bdf27622b0babccb392 (patch)
tree3b4807f62ffee747e080098650b573215e70c53d /etc/rc
parenta66697afa3aacc2850d34cb86212dc858cb18b83 (diff)
downloadFreeBSD-src-07cd08d705b18bab39838bdf27622b0babccb392.zip
FreeBSD-src-07cd08d705b18bab39838bdf27622b0babccb392.tar.gz
Add inetd_flags and way of passing ipfw a configuration file
(if firewall = "somefilename"). Fix typo fixes and URLs which were accidently nuked out of this file (submitted by: soil@quick.net via PR#3501). Submitted by: "Danny J. Zerkel" <dzerkel@phofarm.com>
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index 6a11028..e29aa75 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: rc,v 1.120 1997/05/04 12:50:33 andreas Exp $
+# $Id: rc,v 1.121 1997/05/04 22:33:17 andreas Exp $
# From: @(#)rc 5.27 (Berkeley) 6/5/91
# System startup script run by init on autoboot
@@ -217,7 +217,7 @@ ldconfig ${_LDC}
# Now start up miscellaneous daemons that don't belong anywhere else
#
echo -n starting standard daemons:
-echo -n ' inetd'; inetd
+echo -n ' inetd'; inetd ${inetd_flags}
echo -n ' cron'; cron
if [ "X${lpd_enable}" = X"YES" ]; then
OpenPOWER on IntegriCloud