From: Bdale Garbee Date: Fri, 29 Jun 2012 14:09:22 +0000 (-0600) Subject: work around goofy config file name/path issue X-Git-Tag: debian/1.1.9~1 X-Git-Url: https://git.gag.com/?p=debian%2Fipip;a=commitdiff_plain;h=ffe2ed00c171aa42c95c3fcffcf283e081d8e0f0 work around goofy config file name/path issue --- diff --git a/config b/config new file mode 100644 index 0000000..e03dbce --- /dev/null +++ b/config @@ -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/dirs b/debian/dirs deleted file mode 100644 index e5cd4b1..0000000 --- a/debian/dirs +++ /dev/null @@ -1,2 +0,0 @@ -etc/ipip -usr/sbin diff --git a/debian/ipip.conf b/debian/ipip.conf deleted file mode 100644 index e03dbce..0000000 --- a/debian/ipip.conf +++ /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.dirs b/debian/ipip.dirs new file mode 100644 index 0000000..e5cd4b1 --- /dev/null +++ b/debian/ipip.dirs @@ -0,0 +1,2 @@ +etc/ipip +usr/sbin diff --git a/debian/ipip.install b/debian/ipip.install index d18ab06..cfe6b23 100644 --- a/debian/ipip.install +++ b/debian/ipip.install @@ -1,3 +1,3 @@ ipip usr/sbin -debian/ipip.conf etc/ipip/config -debian/ipip.routes etc/ipip/routes +config etc/ipip +routes etc/ipip diff --git a/debian/ipip.routes b/debian/ipip.routes deleted file mode 100644 index 0d08261..0000000 --- a/debian/ipip.routes +++ /dev/null @@ -1,14 +0,0 @@ -# -# ipip route table built by bdale on Wed Sep 1 12:05:52 MDT 1993 -# -# Note that needs to be most specific first to least specific last, or -# so it seems to me... -# -# local routes -#route 44.32.0.2 0xffffffff sloop -#route 44.32.0.0 0xffff0000 gwsl -# -# default everything else via hpcsos, for now... -#route 0.0.0.0 0x00000000 open 15.255.240.16 -# -# the end diff --git a/routes b/routes new file mode 100644 index 0000000..0d08261 --- /dev/null +++ b/routes @@ -0,0 +1,14 @@ +# +# ipip route table built by bdale on Wed Sep 1 12:05:52 MDT 1993 +# +# Note that needs to be most specific first to least specific last, or +# so it seems to me... +# +# local routes +#route 44.32.0.2 0xffffffff sloop +#route 44.32.0.0 0xffff0000 gwsl +# +# default everything else via hpcsos, for now... +#route 0.0.0.0 0x00000000 open 15.255.240.16 +# +# the end