]> git.donarmstrong.com Git - unscd.git/commitdiff
tweak unscd slightly
authordon <don@8f7917da-ec0b-0410-a553-b9b0e350d17e>
Mon, 21 Sep 2009 00:09:45 +0000 (00:09 +0000)
committerdon <don@8f7917da-ec0b-0410-a553-b9b0e350d17e>
Mon, 21 Sep 2009 00:09:45 +0000 (00:09 +0000)
debian/control
debian/rules

index 2042d9f4f15918a2cb91f7a204f5a1779bbbf049..d0779ae9b3220d2b43d06e19fa3268ad6bd808fc 100644 (file)
@@ -1,8 +1,8 @@
 Source: unscd
 Section: admin
 Priority: extra
-Standards-Version: 3.8.0
-Build-Depends: debhelper (>= 4), groff-base
+Standards-Version: 3.8.3
+Build-Depends: debhelper (>= 5), groff-base
 Maintainer: Don Armstrong <don@debian.org>
 
 Package: unscd
@@ -11,6 +11,8 @@ Priority: extra
 Architecture: any
 Depends: ${shlibs:Depends}
 Conflicts: nscd
+Replaces: nscd
+Provides: nscd
 Homepage: http://busybox.net/~vda/unscd/
 Description: Micro Name Service Caching Daemon
  A daemon which handles passwd, group and host lookups for running
@@ -20,7 +22,7 @@ Description: Micro Name Service Caching Daemon
  .
  This particular NSCD is a complete rewrite of the GNU glibc nscd
  which is a single threaded server process which offloads all NSS
- lookups to worker children; cache hits are handled by pthe parent,
+ lookups to worker children; cache hits are handled by the parent,
  and only cache misses start worker children, making the parent immune
  to resource leaks, hangs, and crashes in NSS libraries.
  .
index 05ae363188caf7be2a53f3f9d2e247d2cb0b6ec7..56478ee3b50277c63494820fbfd8ad11fdb225d5 100755 (executable)
@@ -3,7 +3,7 @@
 #DH_VERBOSE = 1
 
 
-PREFIX=$(shell pwd)/debian/nscd/usr
+PREFIX=$(shell pwd)/debian/unscd/
 
 CFLAGS = -Wall -g
 
@@ -39,9 +39,10 @@ install: build
        dh_testroot
        dh_clean -k
        dh_installdirs
-
-       $(INSTALL) -d $(PREFIX)/sbin/
-       $(INSTALL) -t $(PREFIX)/sbin/ nscd
+       $(INSTALL) -d $(PREFIX)/usr/sbin/
+       $(INSTALL) -t $(PREFIX)/usr/sbin/ nscd
+       $(INSTALL) -d $(PREFIX)/etc/
+       $(INSTALL) -t $(PREFIX)/etc/ debian/nscd.conf
 
 binary-indep: