Package: libnss-db Version: 2.2.3pre1-2 Severity: wishlist Hi,
I'd like to suggest making /var/lib/misc/Makefile a conffile. I've
locally modified my version not to include the system users so I can
use rsync to share the .db files among machines. It would be nice if
that would be preserved across updates.
The 'nis' package already handles /var/yp/Makefile that way, so making
it a conffile seems to be the correct way to handle it. (An
alternative seems to make it configurable in /etc/default/libnss-db,
but I can't think of an easy way to do that.)
Thanks for considering.
FYI, here's my local change:
--- /cb/cb/Makefile 2006-04-07 14:42:37.068481408 +0200
+++ Makefile 2006-03-10 19:32:33.695274192 +0100
@@ -34,6 +34,7 @@
@$(AWK) 'BEGIN { FS=":"; OFS=":"; cnt=0 } \
/^[ \t]*$$/ { next } \
/^[ \t]*#/ { next } \
+ $$3 < 1000 { next } \
{ printf "0%u ", cnt++; print } \
/^[^#]/ { printf ".%s ", $$1; print; \
printf "=%s ", $$3; print }' $^ | \
@@ -45,6 +46,7 @@
@$(AWK) 'BEGIN { FS=":"; OFS=":"; cnt=0 } \
/^[ \t]*$$/ { next } \
/^[ \t]*#/ { next } \
+ $$3 < 1000 { next } \
{ printf "0%u ", cnt++; print } \
/^[^#]/ { printf ".%s ", $$1; print; \
printf "=%s ", $$3; print }' $^ | \
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-2-686
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Versions of packages libnss-db depends on:
ii libc6 2.3.6-3 GNU C Library: Shared libraries an
ii libdb4.3 4.3.29-4.1 Berkeley v4.3 Database Libraries [
ii libselinux1 1.28-4 SELinux shared libraries
ii make 3.80+3.81.rc1-1 The GNU version of the "make" util
libnss-db recommends no packages.
-- no debconf information
Christoph
--
[EMAIL PROTECTED] | http://www.df7cb.de/cs/
Universität des Saarlandes, Compiler Design Lab
signature.asc
Description: Digital signature

