diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-05-16 12:03:58 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-05-16 12:03:58 +0000 |
commit | d82e502b6322313f28d8f78e959162dc43055a18 (patch) | |
tree | 4d9b545839106e96dd8d624830c9006dcf41deea /main/icecast/icecast.pre-install | |
parent | edbb3a0c527c339a69ea5c46dfedc88596eb61ed (diff) | |
download | aports-d82e502b6322313f28d8f78e959162dc43055a18.tar.bz2 aports-d82e502b6322313f28d8f78e959162dc43055a18.tar.xz |
main/icecast: moved from testing
Diffstat (limited to 'main/icecast/icecast.pre-install')
-rw-r--r-- | main/icecast/icecast.pre-install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main/icecast/icecast.pre-install b/main/icecast/icecast.pre-install new file mode 100644 index 0000000000..7149ba7232 --- /dev/null +++ b/main/icecast/icecast.pre-install @@ -0,0 +1,5 @@ +#!/bin/sh + +adduser -h /var/log/icecast -s /bin/false -D icecast 2>/dev/null + +exit 0 |