diff options
author | James E. Housley <jeh@FreeBSD.org> | 2003-11-09 12:59:57 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2003-11-09 12:59:57 +0000 |
commit | cba882a1f90c8ae68edeefb94167e8fdccf33831 (patch) | |
tree | 7fb316684589d73e859622522c2052a5cec70f38 /www/tdiary/files/tdiary-FreeBSD.sh.in | |
parent | Update to 7.18 (diff) |
- Problem Report ports/58268
- Other revisions
PR: 58549
Submitted By: MAINTAINER
Notes
Notes:
svn path=/head/; revision=93529
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 ;; |