summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-05-19 07:46:51 +0000
committerjkh <jkh@FreeBSD.org>1997-05-19 07:46:51 +0000
commiteca8c2300f1cee399e1067babe0cd5c755a6b17d (patch)
treecf2a40c15c994ec77bd66619ac5a5e67ef5c169b /etc/rc.d
parent94f9f7a6691325b00b2d5a5a0639b6565a624633 (diff)
downloadFreeBSD-src-eca8c2300f1cee399e1067babe0cd5c755a6b17d.zip
FreeBSD-src-eca8c2300f1cee399e1067babe0cd5c755a6b17d.tar.gz
Neaten up some things which were inconsistent, add a few more flags
to things which need them, general cleanup. Submitted by: Brian Somers <brian@awfulhak.org>
Diffstat (limited to 'etc/rc.d')
-rw-r--r--etc/rc.d/netoptions6
-rw-r--r--etc/rc.d/network16
-rw-r--r--etc/rc.d/network26
-rw-r--r--etc/rc.d/network36
-rw-r--r--etc/rc.d/routing6
5 files changed, 15 insertions, 15 deletions
diff --git a/etc/rc.d/netoptions b/etc/rc.d/netoptions
index d44043e..398b867 100644
--- a/etc/rc.d/netoptions
+++ b/etc/rc.d/netoptions
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: rc.network,v 1.6 1997/05/03 11:22:17 jkh Exp $
+# $Id: rc.network,v 1.7 1997/05/13 08:22:27 jkh Exp $
# From: @(#)netstart 5.9 (Berkeley) 3/30/91
# Note that almost all the user-configurable behavior is no longer in
@@ -170,7 +170,7 @@ network_pass3() {
echo -n ' nfsprivport=YES'
sysctl -w vfs.nfs.nfs_privport=1 >/dev/null 2>&1
fi
- echo -n ' nfsd'; nfsd -u -t 4
+ echo -n ' nfsd'; nfsd ${nfs_server_flags}
if [ "X$rpc_lockd_enable" = X"YES" ]; then
echo -n ' rpc.lockd'; rpc.lockd
fi
@@ -180,7 +180,7 @@ network_pass3() {
fi
if [ "X${nfs_client_enable}" = X"YES" ]; then
- echo -n ' nfsiod'; nfsiod -n 4
+ echo -n ' nfsiod'; nfsiod ${nfs_client_flags}
fi
if [ "X${amd_enable}" = X"YES" ]; then
diff --git a/etc/rc.d/network1 b/etc/rc.d/network1
index d44043e..398b867 100644
--- a/etc/rc.d/network1
+++ b/etc/rc.d/network1
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: rc.network,v 1.6 1997/05/03 11:22:17 jkh Exp $
+# $Id: rc.network,v 1.7 1997/05/13 08:22:27 jkh Exp $
# From: @(#)netstart 5.9 (Berkeley) 3/30/91
# Note that almost all the user-configurable behavior is no longer in
@@ -170,7 +170,7 @@ network_pass3() {
echo -n ' nfsprivport=YES'
sysctl -w vfs.nfs.nfs_privport=1 >/dev/null 2>&1
fi
- echo -n ' nfsd'; nfsd -u -t 4
+ echo -n ' nfsd'; nfsd ${nfs_server_flags}
if [ "X$rpc_lockd_enable" = X"YES" ]; then
echo -n ' rpc.lockd'; rpc.lockd
fi
@@ -180,7 +180,7 @@ network_pass3() {
fi
if [ "X${nfs_client_enable}" = X"YES" ]; then
- echo -n ' nfsiod'; nfsiod -n 4
+ echo -n ' nfsiod'; nfsiod ${nfs_client_flags}
fi
if [ "X${amd_enable}" = X"YES" ]; then
diff --git a/etc/rc.d/network2 b/etc/rc.d/network2
index d44043e..398b867 100644
--- a/etc/rc.d/network2
+++ b/etc/rc.d/network2
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: rc.network,v 1.6 1997/05/03 11:22:17 jkh Exp $
+# $Id: rc.network,v 1.7 1997/05/13 08:22:27 jkh Exp $
# From: @(#)netstart 5.9 (Berkeley) 3/30/91
# Note that almost all the user-configurable behavior is no longer in
@@ -170,7 +170,7 @@ network_pass3() {
echo -n ' nfsprivport=YES'
sysctl -w vfs.nfs.nfs_privport=1 >/dev/null 2>&1
fi
- echo -n ' nfsd'; nfsd -u -t 4
+ echo -n ' nfsd'; nfsd ${nfs_server_flags}
if [ "X$rpc_lockd_enable" = X"YES" ]; then
echo -n ' rpc.lockd'; rpc.lockd
fi
@@ -180,7 +180,7 @@ network_pass3() {
fi
if [ "X${nfs_client_enable}" = X"YES" ]; then
- echo -n ' nfsiod'; nfsiod -n 4
+ echo -n ' nfsiod'; nfsiod ${nfs_client_flags}
fi
if [ "X${amd_enable}" = X"YES" ]; then
diff --git a/etc/rc.d/network3 b/etc/rc.d/network3
index d44043e..398b867 100644
--- a/etc/rc.d/network3
+++ b/etc/rc.d/network3
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: rc.network,v 1.6 1997/05/03 11:22:17 jkh Exp $
+# $Id: rc.network,v 1.7 1997/05/13 08:22:27 jkh Exp $
# From: @(#)netstart 5.9 (Berkeley) 3/30/91
# Note that almost all the user-configurable behavior is no longer in
@@ -170,7 +170,7 @@ network_pass3() {
echo -n ' nfsprivport=YES'
sysctl -w vfs.nfs.nfs_privport=1 >/dev/null 2>&1
fi
- echo -n ' nfsd'; nfsd -u -t 4
+ echo -n ' nfsd'; nfsd ${nfs_server_flags}
if [ "X$rpc_lockd_enable" = X"YES" ]; then
echo -n ' rpc.lockd'; rpc.lockd
fi
@@ -180,7 +180,7 @@ network_pass3() {
fi
if [ "X${nfs_client_enable}" = X"YES" ]; then
- echo -n ' nfsiod'; nfsiod -n 4
+ echo -n ' nfsiod'; nfsiod ${nfs_client_flags}
fi
if [ "X${amd_enable}" = X"YES" ]; then
diff --git a/etc/rc.d/routing b/etc/rc.d/routing
index d44043e..398b867 100644
--- a/etc/rc.d/routing
+++ b/etc/rc.d/routing
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: rc.network,v 1.6 1997/05/03 11:22:17 jkh Exp $
+# $Id: rc.network,v 1.7 1997/05/13 08:22:27 jkh Exp $
# From: @(#)netstart 5.9 (Berkeley) 3/30/91
# Note that almost all the user-configurable behavior is no longer in
@@ -170,7 +170,7 @@ network_pass3() {
echo -n ' nfsprivport=YES'
sysctl -w vfs.nfs.nfs_privport=1 >/dev/null 2>&1
fi
- echo -n ' nfsd'; nfsd -u -t 4
+ echo -n ' nfsd'; nfsd ${nfs_server_flags}
if [ "X$rpc_lockd_enable" = X"YES" ]; then
echo -n ' rpc.lockd'; rpc.lockd
fi
@@ -180,7 +180,7 @@ network_pass3() {
fi
if [ "X${nfs_client_enable}" = X"YES" ]; then
- echo -n ' nfsiod'; nfsiod -n 4
+ echo -n ' nfsiod'; nfsiod ${nfs_client_flags}
fi
if [ "X${amd_enable}" = X"YES" ]; then
OpenPOWER on IntegriCloud