diff options
-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 7a8889aba..000000000 --- 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 8e1bc88b3..000000000 --- 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 e69de29bb..000000000 --- a/testing/noip/noip.pre-install +++ /dev/null |