[csw-devel] SF.net SVN: gar:[15167] csw/mgar/pkg/screen/trunk/files/CSWscrn.postinstall

chninkel at users.sourceforge.net chninkel at users.sourceforge.net
Wed Jul 20 16:57:25 CEST 2011


Revision: 15167
          http://gar.svn.sourceforge.net/gar/?rev=15167&view=rev
Author:   chninkel
Date:     2011-07-20 14:57:25 +0000 (Wed, 20 Jul 2011)

Log Message:
-----------
screen: fixed CSWscrn postinstall script (4)

Modified Paths:
--------------
    csw/mgar/pkg/screen/trunk/files/CSWscrn.postinstall

Modified: csw/mgar/pkg/screen/trunk/files/CSWscrn.postinstall
===================================================================
--- csw/mgar/pkg/screen/trunk/files/CSWscrn.postinstall	2011-07-20 14:54:21 UTC (rev 15166)
+++ csw/mgar/pkg/screen/trunk/files/CSWscrn.postinstall	2011-07-20 14:57:25 UTC (rev 15167)
@@ -8,7 +8,7 @@
 	cd $SOCKET_DIR
 	for DIR in *; do
 		[ -d "$DIR" ] || continue
-		mkdir \xC3-m 700 -p "$NEW_SOCKET_DIR/$DIR"
+		mkdir -m 700 -p "$NEW_SOCKET_DIR/$DIR"
 		ls -lnd "$DIR" | awk ' { print $3, $4 }' | { 
 			read _UID _GID
 			chown $_UID:$_GID "$NEW_SOCKET_DIR/$DIR"


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list