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

chninkel at users.sourceforge.net chninkel at users.sourceforge.net
Wed Jul 20 17:02:44 CEST 2011


Revision: 15169
          http://gar.svn.sourceforge.net/gar/?rev=15169&view=rev
Author:   chninkel
Date:     2011-07-20 15:02:44 +0000 (Wed, 20 Jul 2011)

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

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:58:15 UTC (rev 15168)
+++ csw/mgar/pkg/screen/trunk/files/CSWscrn.postinstall	2011-07-20 15:02:44 UTC (rev 15169)
@@ -6,7 +6,7 @@
 for SOCKET_DIR in /tmp/uscreens /tmp/screens; do
 	[ -d "$SOCKET_DIR" ] || continue
 	cd $SOCKET_DIR
-	for DIR in *; do
+	for DIR in S-*; do
 		[ -d "$DIR" ] || continue
 		mkdir -m 700 -p "$NEW_SOCKET_DIR/$DIR"
 		ls -lnd "$DIR" | awk ' { print $3, $4 }' | { 


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