diff options
author | root <root@rshg054.dnsready.net> | 2011-12-06 23:14:44 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-06 23:14:44 +0000 |
commit | d1d87d2ac643e3dabc251f3cec7d3b00e29b282c (patch) | |
tree | 09d9025934fe06bd25753f98cf2eab3140456cc3 /extra/bitlbee/install | |
parent | 55d1e19e71b453a0f47c599f281a2ad2644247d2 (diff) |
Tue Dec 6 23:14:44 UTC 2011
Diffstat (limited to 'extra/bitlbee/install')
-rw-r--r-- | extra/bitlbee/install | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extra/bitlbee/install b/extra/bitlbee/install index 0e1caa93f..7b43c7885 100644 --- a/extra/bitlbee/install +++ b/extra/bitlbee/install @@ -1,5 +1,4 @@ post_install() { - echo '==> Bitlbee can run through xinetd or as a daemon for now.' getent group bitlbee &>/dev/null || groupadd -r -g 65 bitlbee >/dev/null getent passwd bitlbee &>/dev/null || useradd -r -u 65 -g bitlbee -d /var/lib/bitlbee -s /bin/false -c bitlbee bitlbee >/dev/null } |