diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-01 19:40:13 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-01 19:40:13 +0100 |
commit | eb10ac0e97c1e5e98ce73a1966c97a7cedb9d086 (patch) | |
tree | f25892b4f15ef322487a2b00d674c255d148539c /package/mpd/files/mpd.postinst | |
parent | b3a54c520195f3cab1109cb90de8179e4dff433f (diff) |
use pkill for startup scripts
- seems to solve the issue, that the same init script
get killed otherwise
- fine tune dansguardian, squid and iptables package
- add default firewall config file (from freewrt)
- add an example for transparent proxy via an ethernet bridge
Diffstat (limited to 'package/mpd/files/mpd.postinst')
-rw-r--r-- | package/mpd/files/mpd.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mpd/files/mpd.postinst b/package/mpd/files/mpd.postinst index 361adeec0..957d973cb 100644 --- a/package/mpd/files/mpd.postinst +++ b/package/mpd/files/mpd.postinst @@ -2,5 +2,5 @@ . $IPKG_INSTROOT/etc/functions.sh gid=$(get_next_gid) add_group mpd $gid -add_user mpd $(get_next_uid) $gid /mnt +add_user mpd $(get_next_uid) $gid /mnt/media add_rcconf mpd |