forked from ports/contrib
5 lines
106 B
Plaintext
5 lines
106 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
getent passwd cacti || useradd -m -d /var/empty -s /bin/false cactiuser
|
||
|
passwd -l cactiuser
|