[csw-devel] SF.net SVN: gar:[15164] csw/mgar/pkg/screen/trunk/files/CSWscrn.postinstall
chninkel at users.sourceforge.net
chninkel at users.sourceforge.net
Wed Jul 20 16:35:43 CEST 2011
Revision: 15164
http://gar.svn.sourceforge.net/gar/?rev=15164&view=rev
Author: chninkel
Date: 2011-07-20 14:35:43 +0000 (Wed, 20 Jul 2011)
Log Message:
-----------
screen: fixed CSWscrn postinstall script (3)
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:24:36 UTC (rev 15163)
+++ csw/mgar/pkg/screen/trunk/files/CSWscrn.postinstall 2011-07-20 14:35:43 UTC (rev 15164)
@@ -12,7 +12,7 @@
getfacl "$DIR" | setfacl -f - "$NEW_SOCKET_DIR/$DIR"
for SESSION in "$DIR"/*; do
[ -p "$SESSION" ] || continue
- ln -s "$SESSION" "$NEW_SOCKET_DIR/$SESSION"
+ ln -sf "$SOCKET_DIR/$SESSION" "$NEW_SOCKET_DIR/$SESSION"
done
done
done
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