From f3e712253d2489f9bc63a23c511f04417a2bfa26 Mon Sep 17 00:00:00 2001 From: Greg Lehey Date: Tue, 20 Feb 2007 03:26:39 +0000 Subject: Create ~mythtv directory if it doesn't exist. Make it clear that you need to initialize as user mythtv. --- multimedia/mythtv/pkg-install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'multimedia/mythtv') diff --git a/multimedia/mythtv/pkg-install b/multimedia/mythtv/pkg-install index 0c849360d8c1..08fe2bdb54e6 100644 --- a/multimedia/mythtv/pkg-install +++ b/multimedia/mythtv/pkg-install @@ -25,7 +25,7 @@ POST-INSTALL) echo "You already have a user \"${USER}\", so I will use it." else if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -d ${HOME} -s /bin/sh -c "MythTV" + -d ${HOME} -m -s /bin/sh -c "MythTV" then echo "Added user \"${USER}\"." mkdir -p ${HOME} @@ -81,7 +81,7 @@ EOF cat <
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1