[csw-devel] SF.net SVN: gar:[6694] csw/mgar/pkg/git/trunk
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Sun Oct 4 02:10:20 CEST 2009
Revision: 6694
http://gar.svn.sourceforge.net/gar/?rev=6694&view=rev
Author: bdwalton
Date: 2009-10-04 00:09:53 +0000 (Sun, 04 Oct 2009)
Log Message:
-----------
git: add a 'sign post' file after conditionally copying global gitconfig
Modified Paths:
--------------
csw/mgar/pkg/git/trunk/checksums
csw/mgar/pkg/git/trunk/files/CSWgit.postinstall
Modified: csw/mgar/pkg/git/trunk/checksums
===================================================================
--- csw/mgar/pkg/git/trunk/checksums 2009-10-03 22:09:49 UTC (rev 6693)
+++ csw/mgar/pkg/git/trunk/checksums 2009-10-04 00:09:53 UTC (rev 6694)
@@ -1 +1 @@
-b2f8cba4fea2abc0cab666bb8a523a1a download/CSWgit.postinstall
+5284f7f910e954f4fe2dcab32b750929 download/CSWgit.postinstall
Modified: csw/mgar/pkg/git/trunk/files/CSWgit.postinstall
===================================================================
--- csw/mgar/pkg/git/trunk/files/CSWgit.postinstall 2009-10-03 22:09:49 UTC (rev 6693)
+++ csw/mgar/pkg/git/trunk/files/CSWgit.postinstall 2009-10-04 00:09:53 UTC (rev 6694)
@@ -7,6 +7,14 @@
if [ -f "$GC_OLD" -a ! -f "$GC_NEW" ]; then
echo "Copying /opt/csw/etc/gitconfig to /etc/opt/csw/gitconfig"
cp -p "$GC_OLD" "$GC_NEW"
+ cat <<EOF > "$GC_OLD.THIS_LOCATION_IS_DEPRECATED"
+This location (/opt/csw/etc) is deprecated.
+
+Configuration files are currently being placed in /etc/opt/csw.
+Please make sure your configuration have been moved to /etc/opt/csw
+and remove the old one from this location.
+
+EOF
fi
/usr/xpg4/bin/grep -q CSWgit /etc/inet/services
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