[Pkg-samba-maint] [samba] 01/01: Don't pass --noscripts for reload-smbd: we need the old /etc/init.d/reload-smbd symlink removed on upgrade on Ubuntu.

Steve Langasek vorlon at alioth.debian.org
Fri Aug 16 10:05:28 UTC 2013


This is an automated email from the git hooks/post-receive script.

vorlon pushed a commit to branch master
in repository samba.

commit 2d02a5613ea576c34e6655949754d0ec8f10d407
Author: Steve Langasek <steve.langasek at canonical.com>
Date:   Fri Aug 16 12:05:25 2013 +0200

    Don't pass --noscripts for reload-smbd: we need the old /etc/init.d/reload-smbd
    symlink removed on upgrade on Ubuntu.
---
 debian/rules |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index e88fd9e..0411ae0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -118,7 +118,7 @@ ifneq (,$(filter samba, $(shell dh_listpackages)))
 	dh_installinit -psamba --name smbd
 	dh_installinit -psamba --name nmbd
 	dh_installinit -psamba
-	dh_installinit -psamba --no-start --noscripts --name reload-smbd
+	dh_installinit -psamba --no-start --name reload-smbd
 endif
 ifneq (,$(filter winbind, $(shell dh_listpackages)))
 	dh_installinit -pwinbind

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-samba/samba.git




More information about the Pkg-samba-maint mailing list