[openggsn] 01/01: Keeping some more of the original files
Ruben Undheim
rubund-guest at moszumanska.debian.org
Fri Feb 5 20:09:02 UTC 2016
This is an automated email from the git hooks/post-receive script.
rubund-guest pushed a commit to branch master
in repository openggsn.
commit b905a09907eacf8ab7fea04ec831fbf6ed03dcf1
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date: Fri Feb 5 21:08:24 2016 +0100
Keeping some more of the original files
---
debian/openggsn.README.Debian | 18 ++++++++++++++++++
debian/openggsn.docs | 5 +++++
debian/openggsn.examples | 1 +
debian/watch | 2 ++
4 files changed, 26 insertions(+)
diff --git a/debian/openggsn.README.Debian b/debian/openggsn.README.Debian
new file mode 100644
index 0000000..247d60e
--- /dev/null
+++ b/debian/openggsn.README.Debian
@@ -0,0 +1,18 @@
+openggsn for Debian
+-------------------
+
+ OpenGGSN use "tun" kernel support. Please make it.
+ OpenGGSN should enable "ip_forward" kernel option. Please take care.
+
+ For running tun,
+ Create device node:
+ mkdir /dev/net (if it doesn't exist already)
+ mknod /dev/net/tun c 10 200
+
+ tun device use carefully.
+ chmod 0700 /dev/net/tun
+
+ This package contain "ggsn" and "sgsnemu". "/etc/init.d/openggsn" is init script for ggsn, not for sgsnemu which is not need init script.
+ If you want to run ggsn, you shoud write "/etc/ggsn.conf".
+
+ -- ARAKI Yasuhiro <ar at debian.org>, Tue, 20 Jan 2004 13:26:25 +0900
diff --git a/debian/openggsn.docs b/debian/openggsn.docs
new file mode 100644
index 0000000..dcc659e
--- /dev/null
+++ b/debian/openggsn.docs
@@ -0,0 +1,5 @@
+NEWS
+README
+AUTHORS
+doc/Compliance.html
+
diff --git a/debian/openggsn.examples b/debian/openggsn.examples
index 1fa82f3..b2255cc 100644
--- a/debian/openggsn.examples
+++ b/debian/openggsn.examples
@@ -1,2 +1,3 @@
examples/ggsn.conf
examples/sgsnemu.conf
+examples/firewall
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..7aaf07b
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://downloads.sourceforge.net/ggsn/openggsn-(.*)\.tar\.gz(?:\?.*)?
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/openggsn.git
More information about the debian-science-commits
mailing list