[Pkg-samba-maint] r788 - trunk
Christian Perrier
bubulle at costa.debian.org
Sun Dec 4 09:38:04 UTC 2005
Author: bubulle
Date: 2005-12-04 09:38:01 +0000 (Sun, 04 Dec 2005)
New Revision: 788
Modified:
trunk/changelog
trunk/swat.postinst
Log:
Source confmodule in swat.postinst to guarantee that the config script is
run in all situations
Modified: trunk/changelog
===================================================================
--- trunk/changelog 2005-12-04 09:34:34 UTC (rev 787)
+++ trunk/changelog 2005-12-04 09:38:01 UTC (rev 788)
@@ -35,6 +35,8 @@
- Remove an extra copy of the GPL in smbldap-tool examples in samba-doc
- Minor correction in libsmbclient-dev description to avoid strictly
repeating the short description in the long description
+ - Call confmodule in swat.postinst as this is the only way to guarantee
+ that the config script is run in all cases
-- Christian Perrier <bubulle at debian.org> Sat, 3 Dec 2005 07:30:40 +0100
Modified: trunk/swat.postinst
===================================================================
--- trunk/swat.postinst 2005-12-04 09:34:34 UTC (rev 787)
+++ trunk/swat.postinst 2005-12-04 09:38:01 UTC (rev 788)
@@ -4,6 +4,9 @@
PATH=/sbin:/bin:/usr/sbin:/usr/bin
+# Needed to run the .config script even if we don't use debconf'
+. /usr/share/debconf/confmodule
+
case "$1" in
configure)
;;
More information about the Pkg-samba-maint
mailing list