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