diff options
author | chip <chip> | 2002-09-16 01:56:32 +0000 |
---|---|---|
committer | chip <chip> | 2002-09-16 01:56:32 +0000 |
commit | e2d471f26fe47530d1d8fee9fdf1330203d458bc (patch) | |
tree | 9cd58aea5921fe5b68531df1accc905122375f20 /debian/nfs-common.default | |
parent | 253a4182bcdb46a4da412513ba5880e352a8fa93 (diff) | |
download | nfs-utils-e2d471f26fe47530d1d8fee9fdf1330203d458bc.tar.gz nfs-utils-e2d471f26fe47530d1d8fee9fdf1330203d458bc.tar.xz nfs-utils-e2d471f26fe47530d1d8fee9fdf1330203d458bc.zip |
* Start nfs-common after nfs-kernel-server so that the server is running
when statd restarts. In postinst, remove bad rc.d links from old
packages. From Philippe Troin <phil@fifi.org>. (closes: #160800)
* Make init scripts exit with non-zero status when daemons don't start.
* Add titles to templates where I forgot them. (closes: #158489)
* Add /etc/default/{nfs-common,nfs-kernel-server} so setting random
parameters doesn't require editing init scripts. (closes: #131539)
* Split templates into separate files, and add French templates.
(closes: #134630)
* Use invoke-rc.d to avoid premature daemon starts. (closes: 158574)
* Change priority of nfs-kernel-server to 'optional'.
Diffstat (limited to 'debian/nfs-common.default')
-rw-r--r-- | debian/nfs-common.default | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/nfs-common.default b/debian/nfs-common.default new file mode 100644 index 0000000..664c2e7 --- /dev/null +++ b/debian/nfs-common.default @@ -0,0 +1,8 @@ +# Options for rpc.statd. +# Should rpc.statd listen on a specific port? +# If so, set this variable to a statd argument like: "--port 1000". +STATDOPTS= + +# Are you _sure_ that your kernel does or does not need a lockd daemon? +# If so, set this variable to either "yes" or "no". +NEED_LOCKD= |