[Pkg-samba-maint] r782 - trunk
Christian Perrier
bubulle at costa.debian.org
Sun Dec 4 09:13:29 UTC 2005
Author: bubulle
Date: 2005-12-04 09:13:28 +0000 (Sun, 04 Dec 2005)
New Revision: 782
Modified:
trunk/changelog
trunk/samba-common.config
trunk/samba.config
trunk/swat.config
Log:
Correct shebang lines in config scripts
Modified: trunk/changelog
===================================================================
--- trunk/changelog 2005-12-04 09:00:57 UTC (rev 781)
+++ trunk/changelog 2005-12-04 09:13:28 UTC (rev 782)
@@ -29,6 +29,7 @@
for things done on purpose or just because it makes wrong assumptions
* Corrected FSF address in debian/copyright
* Make swat depend on netbase as it uses update-inetd in its postinst script
+ * Correct shebang lines in config scripts
-- Christian Perrier <bubulle at debian.org> Sat, 3 Dec 2005 07:30:40 +0100
Modified: trunk/samba-common.config
===================================================================
--- trunk/samba-common.config 2005-12-04 09:00:57 UTC (rev 781)
+++ trunk/samba-common.config 2005-12-04 09:13:28 UTC (rev 782)
@@ -1,4 +1,4 @@
-#/bin/sh -e
+#!/bin/sh -e
# Source debconf library.
. /usr/share/debconf/confmodule
Modified: trunk/samba.config
===================================================================
--- trunk/samba.config 2005-12-04 09:00:57 UTC (rev 781)
+++ trunk/samba.config 2005-12-04 09:13:28 UTC (rev 782)
@@ -1,4 +1,4 @@
-#/bin/sh -e
+#!/bin/sh -e
#
#
Modified: trunk/swat.config
===================================================================
--- trunk/swat.config 2005-12-04 09:00:57 UTC (rev 781)
+++ trunk/swat.config 2005-12-04 09:13:28 UTC (rev 782)
@@ -1,4 +1,4 @@
-#/bin/sh -e
+#!/bin/sh -e
#
#
More information about the Pkg-samba-maint
mailing list