~ubuntu-branches/ubuntu/lucid/nfs-utils/lucid-201001130110

« back to all changes in this revision

Viewing changes to debian/nfs-kernel-server.postinst

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2009-10-03 23:07:09 UTC
  • Revision ID: james.westby@ubuntu.com-20091003230709-caen3dc6sqycvxmk
Tags: 1:1.2.0-2ubuntu3
nfs-kernel-server: don't cal invoke-rc.d nfs-common in the postinst, this
is redundant anyway and the nfs-common init script is gone now.
LP: #441855.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
act="restart"
21
21
[ "$1:$2" = "configure:" ] && act="start"
22
 
[ "$1:$2" = "configure:" ] && invoke-rc.d nfs-common start
23
22
invoke-rc.d nfs-kernel-server $act