diff options
author | James Mills <prologic@daisy.(none)> | 2006-11-14 09:01:22 +1000 |
---|---|---|
committer | James Mills <prologic@daisy.(none)> | 2006-11-14 09:01:22 +1000 |
commit | 70006e31d25693aa65fc985124ce9babbd3347fc (patch) | |
tree | f5d0078562a07b6fe3a22a630ea5310561d9b538 /psybnc/pre-install | |
parent | 797dcbebf82a5cee45294314ddd587d3a847932f (diff) | |
download | contrib-70006e31d25693aa65fc985124ce9babbd3347fc.tar.gz contrib-70006e31d25693aa65fc985124ce9babbd3347fc.tar.xz |
Imported from old-control
Diffstat (limited to 'psybnc/pre-install')
-rwxr-xr-x | psybnc/pre-install | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/psybnc/pre-install b/psybnc/pre-install new file mode 100755 index 000000000..7e4f1a5fa --- /dev/null +++ b/psybnc/pre-install @@ -0,0 +1,6 @@ +#!/bin/sh + +USER=psybnc +COMMENT="$USER daemon" + +/usr/sbin/useradd -d /dev/null -s /bin/sh -c "$COMMENT" -m $USER |