[Pkg-samba-maint] [samba] 01/02: Reorder calls to dh_installinit so nmbd and smbd init scripts are installed before the samba init script
Jeroen Dekkers
dekkers-guest at alioth.debian.org
Thu Aug 15 21:38:44 UTC 2013
This is an automated email from the git hooks/post-receive script.
dekkers-guest pushed a commit to branch master
in repository samba.
commit 8faba537136cf13ad36faa529046e8fbdba242e6
Author: Jeroen Dekkers <jeroen at dekkers.ch>
Date: Thu Aug 15 22:30:15 2013 +0200
Reorder calls to dh_installinit so nmbd and smbd init scripts are installed before the samba init script
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 5da11d3..0411ae0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -115,9 +115,9 @@ endif
override_dh_installinit:
ifneq (,$(filter samba, $(shell dh_listpackages)))
- dh_installinit -psamba
dh_installinit -psamba --name smbd
dh_installinit -psamba --name nmbd
+ dh_installinit -psamba
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