From: Bdale Garbee Date: Fri, 29 Jun 2012 13:57:05 +0000 (-0600) Subject: fix dh confusion X-Git-Tag: debian/1.1.9~4 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=741ab754817878af4e9111b80421a61f97f1eb43;p=debian%2Fipip fix dh confusion --- diff --git a/debian/ipip.conf b/debian/ipip.conf new file mode 100644 index 0000000..e03dbce --- /dev/null +++ b/debian/ipip.conf @@ -0,0 +1,13 @@ +; config file for ipip daemon +; +; serial line to gw.n3eua.ampr.org +;interface gwsl slip /dev/tty01 19200 +; +; tunnel driver to get to local protocol stack +;interface sloop tunnel /dev/tun0 0 +; +; the rest of the world - send on 4, accept both 4 and 94 +;interface open ip null 4 +;interface legacy ip null 94 +; +; the end diff --git a/debian/ipip.config b/debian/ipip.config deleted file mode 100644 index e03dbce..0000000 --- a/debian/ipip.config +++ /dev/null @@ -1,13 +0,0 @@ -; config file for ipip daemon -; -; serial line to gw.n3eua.ampr.org -;interface gwsl slip /dev/tty01 19200 -; -; tunnel driver to get to local protocol stack -;interface sloop tunnel /dev/tun0 0 -; -; the rest of the world - send on 4, accept both 4 and 94 -;interface open ip null 4 -;interface legacy ip null 94 -; -; the end diff --git a/debian/ipip.install b/debian/ipip.install index b46b936..d18ab06 100644 --- a/debian/ipip.install +++ b/debian/ipip.install @@ -1,3 +1,3 @@ ipip usr/sbin -debian/ipip.config etc/ipip/config +debian/ipip.conf etc/ipip/config debian/ipip.routes etc/ipip/routes