[PC-BSD Commits] r3743 - pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts
svn at pcbsd.org
svn at pcbsd.org
Thu Apr 2 11:05:37 PST 2009
Author: kris
Date: 2009-04-02 12:05:36 -0700 (Thu, 02 Apr 2009)
New Revision: 3743
Modified:
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.SysConfig.sh
Log:
Fixed a small bug when applying .cshrc to /root
Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.SysConfig.sh
===================================================================
--- pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.SysConfig.sh 2009-04-02 04:16:18 UTC (rev 3742)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.SysConfig.sh 2009-04-02 19:05:36 UTC (rev 3743)
@@ -68,7 +68,7 @@
fi
# Copy over some of the skel files to /root
-cp ${FSMNT}/usr/share/skel/dot.cshrc /root/.cshrc
+cp ${FSMNT}/usr/share/skel/dot.cshrc ${FSMNT}/root/.cshrc
# Copy over the working xorg.conf file from the install CD to the booted
More information about the Commits
mailing list