forked from ports/contrib
4 lines
62 B
Bash
4 lines
62 B
Bash
#!/bin/sh -
|
|
|
|
getent group mail >/dev/null || groupadd -r mail
|