diff options
author | Phil Sutter <phil@nwl.cc> | 2010-01-22 22:36:41 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-23 08:47:12 +0100 |
commit | d47fe14025c27b78e8819e8f0c409b9cce1483b3 (patch) | |
tree | edddf7359501314d1b2857a7956714d780ba08da /package/proftpd/files/proftpd.postinst | |
parent | 1b4f7c479cbd6489a626051674f9def7446872d7 (diff) |
proftpd review
- prxs is a perl-script, so probably not runnable on the target
- add an init-file for the daemon
- use a locally saved proftpd.conf (for now only dropped some comments)
Diffstat (limited to 'package/proftpd/files/proftpd.postinst')
-rw-r--r-- | package/proftpd/files/proftpd.postinst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/proftpd/files/proftpd.postinst b/package/proftpd/files/proftpd.postinst new file mode 100644 index 000000000..0b3fa08aa --- /dev/null +++ b/package/proftpd/files/proftpd.postinst @@ -0,0 +1,3 @@ +#!/bin/sh +. $IPKG_INSTROOT/etc/functions.sh +add_rcconf proftpd proftpd NO |