6252d50796
PR: 40439 Submitted by: maintainer
10 lines
93 B
Bash
10 lines
93 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PW="/usr/sbin/pw"
|
|
|
|
${PW} usermod www -d ${PREFIX}/www -s /bin/sh
|
|
|