diff options
Diffstat (limited to 'www/tdiary/files/tdiary-FreeBSD.sh.in')
-rw-r--r-- | www/tdiary/files/tdiary-FreeBSD.sh.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/www/tdiary/files/tdiary-FreeBSD.sh.in b/www/tdiary/files/tdiary-FreeBSD.sh.in index 09c92d0abf77..8008b0cda1b6 100644 --- a/www/tdiary/files/tdiary-FreeBSD.sh.in +++ b/www/tdiary/files/tdiary-FreeBSD.sh.in @@ -54,9 +54,6 @@ install) HOMEOWN=`grep ^$USER: /etc/passwd | cut -f3 -d':'` HOMEGRP=`grep ^$USER: /etc/passwd | cut -f4 -d':'` HOMEDIR=`grep ^$USER: /etc/passwd | cut -f6 -d':'` -# HOMEOWN=$USER -# HOMEGRP=$GROUP -# HOMEDIR=$HOME echo "HOME Directory : " ${HOMEDIR} USERNAME=$USER ;; |