forked from Lainports/freebsd-ports
9 lines
93 B
Bash
9 lines
93 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PW="/usr/sbin/pw"
|
|
|
|
${PW} usermod www -d ${PREFIX}/www -s /bin/sh
|
|
|