View | Details | Raw Unified | Return to bug 77366
Collapse All | Expand All

(-)INSTALL.tmpl Thu Feb 10 18:17:39 2005 (-2 / +3 lines)
Lines 13-19 Link Here
13
    if /usr/sbin/pw groupshow "${GROUP}" 2>/dev/null; then
13
    if /usr/sbin/pw groupshow "${GROUP}" 2>/dev/null; then
14
       echo "You already have a group \"${GROUP}\", so I will use it."
14
       echo "You already have a group \"${GROUP}\", so I will use it."
15
    else
15
    else
16
       if /usr/sbin/pw groupadd ${GROUP} -h -
16
       if /usr/sbin/pw groupadd ${GROUP} -h -g 102 -
17
       then
17
       then
18
           echo "Added group \"${GROUP}\"."
18
           echo "Added group \"${GROUP}\"."
19
       else
19
       else
Lines 29-35 Link Here
29
       if /usr/sbin/pw useradd ${USER} -g ${GROUP} -h - \
29
       if /usr/sbin/pw useradd ${USER} -g ${GROUP} -h - \
30
          -d ${DIR} \
30
          -d ${DIR} \
31
          -s /bin/sh \
31
          -s /bin/sh \
32
          -c "Scanning Virus Account"
32
          -c "Scanning Virus Account" \
33
          -u 102
33
       then
34
       then
34
           echo "Added user \"${USER}\"."
35
           echo "Added user \"${USER}\"."
35
       else
36
       else

Return to bug 77366