summaryrefslogtreecommitdiff
path: root/net/openresolv
diff options
context:
space:
mode:
authorroy <roy@pkgsrc.org>2009-03-14 22:33:20 +0000
committerroy <roy@pkgsrc.org>2009-03-14 22:33:20 +0000
commit7c2b97ce71f90fe7d524f3b855b481c95afe8693 (patch)
treed8da2dd18efca5c464fa2c0fc5a6ea8a55617570 /net/openresolv
parentdd2a335bd0ded74c340f3146bc4b889101967ecb (diff)
downloadpkgsrc-7c2b97ce71f90fe7d524f3b855b481c95afe8693.tar.gz
Update to openresolv-2.1
No functional changes since 2.0.1 aside from moving the shell scripts out of etc and into libexec. The configuration files in etc/resolvconf/resolv.conf.d have been moved into resolvconf.
Diffstat (limited to 'net/openresolv')
-rw-r--r--net/openresolv/MESSAGE3
-rw-r--r--net/openresolv/Makefile17
-rw-r--r--net/openresolv/PLIST12
-rw-r--r--net/openresolv/distinfo8
4 files changed, 16 insertions, 24 deletions
diff --git a/net/openresolv/MESSAGE b/net/openresolv/MESSAGE
index 79f26acd202..13ac1ee361e 100644
--- a/net/openresolv/MESSAGE
+++ b/net/openresolv/MESSAGE
@@ -1,9 +1,10 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.2 2008/12/16 15:49:14 roy Exp $
+$NetBSD: MESSAGE,v 1.3 2009/03/14 22:33:20 roy Exp $
To ensure that resolvconf works correctly, you should ensure that
${PREFIX} is available before any clients attempt to use it.
On NetBSD, for example, you could do this by setting this in /etc/rc.conf
critical_filesystems_local="/usr /var"
+and adding ${PREFIX}/sbin to PATH in /etc/rc.
===========================================================================
diff --git a/net/openresolv/Makefile b/net/openresolv/Makefile
index f11233e909e..8c97e3e16ad 100644
--- a/net/openresolv/Makefile
+++ b/net/openresolv/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2009/02/07 22:57:02 roy Exp $
+# $NetBSD: Makefile,v 1.3 2009/03/14 22:33:20 roy Exp $
#
-DISTNAME= openresolv-2.0.1
+DISTNAME= openresolv-2.1
CATEGORIES= net
MASTER_SITES= ftp://roy.marples.name/pub/openresolv/
MASTER_SITES+= http://roy.aydogan.net/openresolv/
@@ -22,14 +22,7 @@ MAKE_ENV+= MANDIR=${PREFIX}/${PKGMANDIR} \
INSTALL_MAKE_FLAGS+= SYSCONFDIR=${EGDIR}
OWN_DIRS= ${PKG_SYSCONFDIR}/update.d
-OWN_DIRS+= ${PKG_SYSCONFDIR}/resolv.conf.d
-CONF_FILES= ${EGDIR}/resolv.conf.d/head \
- ${PKG_SYSCONFDIR}/resolv.conf.d/head
+CONF_FILES= ${EGDIR}/resolv.conf.head \
+ ${PKG_SYSCONFDIR}/resolv.conf.head
-CONF_FILES_PERMS=
-.for s in libc dnsmasq named
-CONF_FILES_PERMS+= ${EGDIR}/update.d/${s} ${PKG_SYSCONFDIR}/update.d/${s} \
- ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 0755
-.endfor
-
-.include "../../mk/bsd.pkg.mk"
+.include "../../mk/bsd.pkg.mk" \ No newline at end of file
diff --git a/net/openresolv/PLIST b/net/openresolv/PLIST
index 835ee2ad32e..3106d4927e1 100644
--- a/net/openresolv/PLIST
+++ b/net/openresolv/PLIST
@@ -1,10 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2008/12/16 14:57:58 roy Exp $
+@comment $NetBSD: PLIST,v 1.2 2009/03/14 22:33:20 roy Exp $
man/man8/resolvconf.8
sbin/resolvconf
-share/examples/resolvconf/resolv.conf.d/head
-share/examples/resolvconf/update.d/dnsmasq
-share/examples/resolvconf/update.d/libc
-share/examples/resolvconf/update.d/named
-@dirrm share/examples/resolvconf/resolv.conf.d
-@dirrm share/examples/resolvconf/update.d
+share/examples/resolvconf/resolv.conf.head
+libexec/resolvconf/dnsmasq
+libexec/resolvconf/libc
+libexec/resolvconf/named
@dirrm share/examples/resolvconf
diff --git a/net/openresolv/distinfo b/net/openresolv/distinfo
index 42081799e7c..91eba3b4420 100644
--- a/net/openresolv/distinfo
+++ b/net/openresolv/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2009/02/07 22:57:02 roy Exp $
+$NetBSD: distinfo,v 1.3 2009/03/14 22:33:20 roy Exp $
-SHA1 (openresolv-2.0.1.tar.bz2) = 38ff27a8e26405b20f3b242cf1c0315c9edc7c7b
-RMD160 (openresolv-2.0.1.tar.bz2) = 69b052fca48e27ba62f95f6a3ab46cb146d4dc3c
-Size (openresolv-2.0.1.tar.bz2) = 8898 bytes
+SHA1 (openresolv-2.1.tar.bz2) = f8a4211d4781c4b144920c6e9ab8ef8e6c2fc56b
+RMD160 (openresolv-2.1.tar.bz2) = 5f29cbe173fb8bf5e3c50bfb8e9d4d5efbfe5dd4
+Size (openresolv-2.1.tar.bz2) = 8896 bytes