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