[MacPorts] howto/Ntfs3gFinder modified

MacPorts noreply at macports.org
Fri Mar 7 22:38:53 PST 2014


Page "howto/Ntfs3gFinder" was changed by ryandesign at macports.org
Diff URL: <https://trac.macports.org/wiki/howto/Ntfs3gFinder?action=diff&version=2>
Revision 2
Comment: fix case
Changes:
-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: howto/Ntfs3gFinder
=========================================================================
--- howto/Ntfs3gFinder (version: 1)
+++ howto/Ntfs3gFinder (version: 2)
@@ -26,7 +26,7 @@
 
 Then paste in the following code and save it by typing Control-X and pressing "Y". NOTE:
   - You can optionally substitute in your User ID and Group ID (from Step 2 above) in place of 501 and 20 in lines 4 and 5 below. 
-  - This script also assumes the standard Macports install location of {{{/opt/local/}}} so you will need to modify it if yours is different. 
+  - This script also assumes the standard MacPorts install location of {{{/opt/local/}}} so you will need to modify it if yours is different. 
 
 {{{
 #!/bin/bash
@@ -36,7 +36,7 @@
 GROUP_ID=20
 TIMEOUT=20
 if [ `/usr/bin/stat -f "%u" /dev/console` -eq 0 ]; then
-        USERNAME=`/usr/bin/defaults read /library/preferences/com.apple.loginwindow | /usr/bin/grep autoLoginUser | /usr/bin/awk '{ print $3 }' | /usr/bin/sed 's/;//'`
+        USERNAME=`/usr/bin/defaults read /Library/Preferences/com.apple.loginwindow | /usr/bin/grep autoLoginUser | /usr/bin/awk '{ print $3 }' | /usr/bin/sed 's/;//'`
         if [ "$USERNAME" = "" ]; then
                 until [ `stat -f "%u" /dev/console` -ne 0 ] || [ $TIMEOUT -eq 0 ]; do
                         sleep 1
-------8<------8<------8<------8<------8<------8<------8<------8<--------

--
Page URL: <https://trac.macports.org/wiki/howto/Ntfs3gFinder>
MacPorts <http://www.macports.org/>
Ports system for OS X

This is an automated message. Someone added your email address to be
notified of changes on 'howto/Ntfs3gFinder' page.
If it was not you, please report to .


More information about the macports-changes mailing list