~ubuntu-branches/debian/sid/nfs-utils/sid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Steve Langasek
  • Date: 2014-02-24 18:11:17 UTC
  • Revision ID: package-import@ubuntu.com-20140224181117-ztxcd5iyj4jan9re
Tags: 1:1.2.8-6
* Fix the sec=krb5* handling in debian/nfs-common.init to properly match
  all cases.  Closes: #715478.
* Move the rpc.svcgssd(8) symlink to nfs-common along with the rest of it,
  and add the Replaces: on old versions of nfs-kernel-server to support
  upgrades properly.  Closes: #731479.
* Only start nfs-common in runlevel S; it doesn't need to be started
  more than once (and startpar won't actually run it more than once,
  anyway).  Closes: #510528.
* Fix obsolete invocations of update-rc.d by switching nfs-common to use
  dh_installinit.  Closes: #736059.
* Tweak nfs-common preinst to not remove nfs state files except on package
  removal (i.e., these should not be removed when the package is
  deconfigured temporarily).
* debian/nfs-kernel-server.init: don't try to check for nfsv3 configuration
  in nfsd and pass --no-nfs-version 3 to mountd if absent; the check is
  buggy and impossible to make reliable, and there's no reason to single
  out NFSv3 here (and the original rationale for this behavior is lost).
  Closes LP: #897644, LP: #1284210.
* Provide quoted entries by default in debian/nfs-kernel-server.default,
  consistent with other default files, so that users who edit the file to
  add multiple options don't accidentally cause shell syntax bugs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
        dh_install -Xman --fail-missing
56
56
        dh_installdocs -A
57
57
        dh_installdocs -pnfs-common debian/README.Debian.nfsv4
58
 
        install -m 0755 debian/nfs-common.init debian/nfs-common/etc/init.d/nfs-common
 
58
        dh_installinit -pnfs-common -R
59
59
        install -m 0755 debian/nfs-kernel-server.init debian/nfs-kernel-server/etc/init.d/nfs-kernel-server
60
60
        install -m 0644 debian/nfs-common.bugcontrol debian/nfs-common/usr/share/bug/nfs-common/control
61
61
        install -m 0755 debian/nfs-common.bugscript debian/nfs-common/usr/share/bug/nfs-common/script