diff options
author | crow <crow@linux.org.ba> | 2014-05-02 22:39:07 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2014-05-02 23:02:34 +0200 |
commit | 275586bc972388b63198f533e2f3fd03dc58eab7 (patch) | |
tree | 401624b80938874857c982655217ac58f91aab1f | |
parent | fad94b28df97f3cdd3622f74ccca5a9a6234912e (diff) | |
download | aports-275586bc972388b63198f533e2f3fd03dc58eab7.tar.bz2 aports-275586bc972388b63198f533e2f3fd03dc58eab7.tar.xz |
testing/noip: removed pre, post and confd files, now part of initd
-rw-r--r-- | testing/noip/noip.confd | 3 | ||||
-rw-r--r-- | testing/noip/noip.post-install | 5 | ||||
-rw-r--r-- | testing/noip/noip.pre-install | 0 |
3 files changed, 0 insertions, 8 deletions
diff --git a/testing/noip/noip.confd b/testing/noip/noip.confd deleted file mode 100644 index 7a8889abab..0000000000 --- a/testing/noip/noip.confd +++ /dev/null @@ -1,3 +0,0 @@ -noip_conf="/etc/no-ip2.conf" -noip_pid="/var/run/noip.pid" -noip_args="-c $noip_conf --pidfile $noip_pid" diff --git a/testing/noip/noip.post-install b/testing/noip/noip.post-install deleted file mode 100644 index 8e1bc88b35..0000000000 --- a/testing/noip/noip.post-install +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - echo - echo 'Before running noip2 you must configure it.' - echo 'To configure noip2 run the command "noip2 -C -Y"' - echo diff --git a/testing/noip/noip.pre-install b/testing/noip/noip.pre-install deleted file mode 100644 index e69de29bb2..0000000000 --- a/testing/noip/noip.pre-install +++ /dev/null |