diff options
| author | Michael Hanson <mihanson@linhes.org> | 2011-09-07 16:46:21 (GMT) | 
|---|---|---|
| committer | Michael Hanson <mihanson@linhes.org> | 2011-09-07 16:46:21 (GMT) | 
| commit | 3aaa5a507a52e3e387712e3732b2104704675301 (patch) | |
| tree | 0a74580d961f637232625acc839981eb9d6fe94d /abs/core/runit-scripts/runitscripts/services/nfs-common | |
| parent | 563b0f27dca6ff00a9ff69dc463911bfbd78e499 (diff) | |
| parent | 8af79359c21b5f07981975c34a7d51ab063b249d (diff) | |
| download | linhes_pkgbuild-3aaa5a507a52e3e387712e3732b2104704675301.zip linhes_pkgbuild-3aaa5a507a52e3e387712e3732b2104704675301.tar.gz linhes_pkgbuild-3aaa5a507a52e3e387712e3732b2104704675301.tar.bz2 | |
Merge branch 'testing' of knoppmyth.net:linhes_pkgbuild into testing
Diffstat (limited to 'abs/core/runit-scripts/runitscripts/services/nfs-common')
| -rwxr-xr-x | abs/core/runit-scripts/runitscripts/services/nfs-common/run | 12 | 
1 files changed, 7 insertions, 5 deletions
| diff --git a/abs/core/runit-scripts/runitscripts/services/nfs-common/run b/abs/core/runit-scripts/runitscripts/services/nfs-common/run index bf6c2a1..f0dbb6e 100755 --- a/abs/core/runit-scripts/runitscripts/services/nfs-common/run +++ b/abs/core/runit-scripts/runitscripts/services/nfs-common/run @@ -62,20 +62,22 @@ get_pid() { -stat_runit "Starting $daemon_name" +stat_runit "Starting NFS-common: $daemon_name"  svwaitup rpcbind  >/dev/null 2>/dev/null    -/usr/sbin/sm-notify $SMNOTIFY_OPTS + +printhl "    NFS-common: sm-notify" +/usr/sbin/sm-notify $SMNOTIFY_OPTS >/dev/null 2>/dev/null  do_modprobe sunrpc  do_modprobe nfs  do_modprobe nfsd  do_mount rpc_pipefs "$PIPEFS_MOUNTPOINT" "$PIPEFS_MOUNTOPTS"  -stat_runit "Starting $IDMAPD_DAEMON_NAME" +printhl "    NFS-common: $IDMAPD_DAEMON_NAME"  $IDMAPD -stat_runit "Starting $GSSD_DAEMON_NAME" +printhl "    NFS-common: $GSSD_DAEMON_NAME"  do_modprobe rpcsec_gss_krb5  $GSSD -$STATD -F +$STATD -F > /dev/null 2>/dev/null | 
