[Lunar-commits] <moonbase> resolvconf: library needed for connman
Auke Kok
sofar at foo-projects.org
Sat Aug 7 02:14:05 CEST 2010
commit 66d1226dda54f496e2c289e59c30e2c6a0f8fb12
Author: Auke Kok <auke at foo-projects.org>
Date: Sat Aug 7 02:14:05 2010 +0200
resolvconf: library needed for connman
---
utils/resolvconf/BUILD | 9 +++++++++
utils/resolvconf/DETAILS | 13 +++++++++++++
2 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/utils/resolvconf/BUILD b/utils/resolvconf/BUILD
new file mode 100644
index 0000000..5e3353e
--- /dev/null
+++ b/utils/resolvconf/BUILD
@@ -0,0 +1,9 @@
+(
+
+ prepare_install &&
+ install -m755 bin/resolvconf bin/list-records /bin/ &&
+ cp -rv etc/resolvconf /etc/ &&
+ install -m644 man/resolvconf.8 /usr/share/man/man8/ &&
+ install -m644 man/interface-order.5 /usr/share/man/man5/
+
+) > $C_FIFO 2>&1
diff --git a/utils/resolvconf/DETAILS b/utils/resolvconf/DETAILS
new file mode 100644
index 0000000..637a099
--- /dev/null
+++ b/utils/resolvconf/DETAILS
@@ -0,0 +1,13 @@
+ MODULE=resolvconf
+ VERSION=1.46
+ SOURCE=${MODULE}_${VERSION}.tar.gz
+ SOURCE_URL=http://ftp.de.debian.org/debian/pool/main/r/resolvconf/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_VFY=sha1:03797c6ce6cf9cc1ca4ed5d493e532f26d849e6a
+ WEB_SITE="http://packages.debian.org/source/unstable/resolvconf"
+ ENTERED=20080417
+ UPDATED=20100806
+ SHORT="Manages changes to /etc/resolv.conf"
+cat <<EOF
+Manages changes to /etc/resolv.conf
+EOF
More information about the Lunar-commits
mailing list