diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-29 02:19:32 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-29 02:20:04 +0100 |
commit | c0756ad6450664d5e284418696eb09fa7268b25f (patch) | |
tree | 1a370bd7a737b953b9fd58ab5327fe9a29211ef9 /testing/polipo | |
parent | 9ccd5db1f8f154a87e0edadf400d31a95af6f2ed (diff) | |
download | aports-c0756ad6450664d5e284418696eb09fa7268b25f.tar.bz2 aports-c0756ad6450664d5e284418696eb09fa7268b25f.tar.xz |
Cleanup unused files and patches
Diffstat (limited to 'testing/polipo')
-rw-r--r-- | testing/polipo/polipo.initd | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/testing/polipo/polipo.initd b/testing/polipo/polipo.initd deleted file mode 100644 index 276d9315dc..0000000000 --- a/testing/polipo/polipo.initd +++ /dev/null @@ -1,16 +0,0 @@ -#!/sbin/openrc-run -depend() { - use net -} - -start() { - ebegin "Starting polipo" - start-stop-daemon --start --background --pidfile /var/run/polipo.pid --make-pidfile --exec /usr/bin/polipo - eend $? -} - -stop() { - ebegin "Stopping polipo" - start-stop-daemon --stop --pidfile /var/run/polipo.pid - eend $? -} |