[interchange-cvs] interchange - racke modified 2 files

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Mon Dec 25 13:00:52 EST 2006


User:      racke
Date:      2006-12-25 18:00:52 GMT
Modified:  debian   Tag: STABLE_5_4-branch changelog
Modified:           interchange.postinst
Log:
fixed stupid typo in postinst script of interchange package which
caused creation of a directory named 775 (Closes: #404391, thanks to
Filippo Giunchedi <filippo at debian.org> for the report and the
investigation)

Revision  Changes    Path
No                   revision



No                   revision



2.67.2.12 +4 -0      interchange/debian/changelog


rev 2.67.2.12, prev_rev 2.67.2.11
Index: changelog
===================================================================
RCS file: /var/cvs/interchange/debian/changelog,v
retrieving revision 2.67.2.11
retrieving revision 2.67.2.12
diff -u -r2.67.2.11 -r2.67.2.12
--- changelog	5 Dec 2006 16:44:55 -0000	2.67.2.11
+++ changelog	25 Dec 2006 18:00:52 -0000	2.67.2.12
@@ -1,5 +1,9 @@
 interchange (5.4.1-1.1) unstable; urgency=low
 
+  * fixed stupid typo in postinst script of interchange package which
+    caused creation of a directory named 775 (Closes: #404391, thanks to
+    Filippo Giunchedi <filippo at debian.org> for the report and the
+    investigation)
   * updated Swedish translation of Debconf templates (Closes: #375916,
     thanks to Daniel Nylander <yeager at lidkoping.net>)
   * updated Czech translation of Debconf templates (Closes: #391541, thanks



2.21.2.2  +2 -2      interchange/debian/interchange.postinst


rev 2.21.2.2, prev_rev 2.21.2.1
Index: interchange.postinst
===================================================================
RCS file: /var/cvs/interchange/debian/interchange.postinst,v
retrieving revision 2.21.2.1
retrieving revision 2.21.2.2
diff -u -r2.21.2.1 -r2.21.2.2
--- interchange.postinst	15 May 2006 16:41:12 -0000	2.21.2.1
+++ interchange.postinst	25 Dec 2006 18:00:52 -0000	2.21.2.2
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-# Copyright 2001,2002,2003,2004 by Stefan Hornburg (Racke) <racke at linuxia.de>
+# Copyright 2001,2002,2003,2004,2006 by Stefan Hornburg (Racke) <racke at linuxia.de>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -131,7 +131,7 @@
 db_get interchange/docroot
 DOCROOT="$RET"
 if [ "$DOCROOT" ]; then
-	mkdir -p 755 $DOCROOT
+	mkdir -p -m 755 $DOCROOT
 	chown $USER.$GROUP $DOCROOT
 fi
 








More information about the interchange-cvs mailing list