[Pkg-samba-maint] r957 - branches/samba4

Steinar H. Gunderson sesse at costa.debian.org
Sun Jan 15 23:21:01 UTC 2006


Author: sesse
Date: 2006-01-15 23:21:01 +0000 (Sun, 15 Jan 2006)
New Revision: 957

Modified:
   branches/samba4/changelog
   branches/samba4/samba-common.postinst
Log:
Patch the samba-common postinst to generate smb.conf files with the panic-action script.
      


Modified: branches/samba4/changelog
===================================================================
--- branches/samba4/changelog	2006-01-15 22:37:59 UTC (rev 956)
+++ branches/samba4/changelog	2006-01-15 23:21:01 UTC (rev 957)
@@ -3,10 +3,12 @@
   * Forward-port panic-action script from the Samba 3 packaging.
     * Patch the smb.conf template to use the panic-action script by
       default.
+    * Patch the postinst to generate smb.conf files with the same
+      setting.
   * Include ntlm_auth.1 man page in the samba package.
   * Make the samba dependency on samba-common versioned.
 
- -- Steinar H. Gunderson <sesse at debian.org>  Sun, 15 Jan 2006 23:37:26 +0100
+ -- Steinar H. Gunderson <sesse at debian.org>  Mon, 16 Jan 2006 00:19:30 +0100
 
 samba (3.9.0+SVN12946-1) experimental; urgency=low
 

Modified: branches/samba4/samba-common.postinst
===================================================================
--- branches/samba4/samba-common.postinst	2006-01-15 22:37:59 UTC (rev 956)
+++ branches/samba4/samba-common.postinst	2006-01-15 23:21:01 UTC (rev 957)
@@ -24,6 +24,7 @@
 	netbios name    = $HOSTNAME
 	workgroup       = $DOMAIN
 	realm           = $REALM
+	panic action	= /usr/share/samba/panic-action
 EOF
 	fi
 fi




More information about the Pkg-samba-maint mailing list