Changes between Version 1 and Version 2 of howto/Ntfs3gFinder


Ignore:
Timestamp:
Mar 8, 2014, 6:38:51 AM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

fix case

Legend:

Unmodified
Added
Removed
Modified
  • howto/Ntfs3gFinder

    v1 v2  
    2727Then paste in the following code and save it by typing Control-X and pressing "Y". NOTE:
    2828  - 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.
    29   - This script also assumes the standard Macports install location of {{{/opt/local/}}} so you will need to modify it if yours is different.
     29  - This script also assumes the standard MacPorts install location of {{{/opt/local/}}} so you will need to modify it if yours is different.
    3030
    3131{{{
     
    3737TIMEOUT=20
    3838if [ `/usr/bin/stat -f "%u" /dev/console` -eq 0 ]; then
    39         USERNAME=`/usr/bin/defaults read /library/preferences/com.apple.loginwindow | /usr/bin/grep autoLoginUser | /usr/bin/awk '{ print $3 }' | /usr/bin/sed 's/;//'`
     39        USERNAME=`/usr/bin/defaults read /Library/Preferences/com.apple.loginwindow | /usr/bin/grep autoLoginUser | /usr/bin/awk '{ print $3 }' | /usr/bin/sed 's/;//'`
    4040        if [ "$USERNAME" = "" ]; then
    4141                until [ `stat -f "%u" /dev/console` -ne 0 ] || [ $TIMEOUT -eq 0 ]; do