[Pkg-samba-maint] [samba] 01/02: call dh_installinit with --noscripts for samba, since it's just a wrapper
Steve Langasek
vorlon at alioth.debian.org
Fri Aug 16 10:07:45 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 f6bdd7b6d9193c8c372874cf36545f5df41a02bb
Author: Steve Langasek <steve.langasek at canonical.com>
Date: Fri Aug 16 12:06:56 2013 +0200
call dh_installinit with --noscripts for samba, since it's just a wrapper
The /etc/init.d/samba script should no longer be called by the system, and
should not be started on boot. It's merely a convenience wrapper for use
by admins for compatibility.
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 0411ae0..2590a6d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -117,7 +117,7 @@ override_dh_installinit:
ifneq (,$(filter samba, $(shell dh_listpackages)))
dh_installinit -psamba --name smbd
dh_installinit -psamba --name nmbd
- dh_installinit -psamba
+ dh_installinit -psamba --no-scripts
dh_installinit -psamba --no-start --name reload-smbd
endif
ifneq (,$(filter winbind, $(shell dh_listpackages)))
--
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