diff options
Diffstat (limited to 'abs/core/nfs-utils/start-statd.patch')
-rw-r--r-- | abs/core/nfs-utils/start-statd.patch | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/abs/core/nfs-utils/start-statd.patch b/abs/core/nfs-utils/start-statd.patch index aaed93e..38c60a7 100644 --- a/abs/core/nfs-utils/start-statd.patch +++ b/abs/core/nfs-utils/start-statd.patch @@ -1,7 +1,8 @@ --- utils/statd/start-statd 2007-05-11 04:40:57.000000000 +0100 +++ utils/statd/start-statd.new 2007-09-21 17:11:34.000000000 +0100 @@ -1,9 +1,16 @@ - #!/bin/sh +-#!/bin/sh -p ++#!/bin/sh + +# Original script provided by the NFS project +# Modified for Arch Linux by Tom Killian @@ -15,7 +16,7 @@ -exec rpc.statd --no-notify + +# source application-specific settings -+[ -f /etc/conf.d/nfs ] && . /etc/conf.d/nfs ++[ -f /etc/conf.d/nfs-common.conf ] && . /etc/conf.d/nfs-common.conf + +exec /usr/sbin/rpc.statd $STATD_OPTS |