Index: trunk/packages/sipb-xen-console/debian/changelog
===================================================================
--- trunk/packages/sipb-xen-console/debian/changelog	(revision 1066)
+++ trunk/packages/sipb-xen-console/debian/changelog	(revision 1068)
@@ -1,2 +1,8 @@
+sipb-xen-console (8.2) unstable; urgency=low
+
+  * Actually generate nscd.conf correctly
+
+ -- Evan Broder <broder@mit.edu>  Mon, 06 Oct 2008 01:45:33 -0400
+
 sipb-xen-console (8.1) unstable; urgency=low
 
Index: trunk/packages/sipb-xen-console/debian/transform_nscd.conf.sipb-xen
===================================================================
--- trunk/packages/sipb-xen-console/debian/transform_nscd.conf.sipb-xen	(revision 1066)
+++ trunk/packages/sipb-xen-console/debian/transform_nscd.conf.sipb-xen	(revision 1068)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl -0p
-s/^(\s*negative-time-to-live\s*passwd\s*).*$/\13/m or die;
-s/^(\s*negative-time-to-live\s*group\s*).*$/\13/m or die;
+s/^(\s*negative-time-to-live\s*passwd\s*).*$/${1}3/m or die;
+s/^(\s*negative-time-to-live\s*group\s*).*$/${1}3/m or die;
 s/^(\s*persistent\s*passwd\s*).*$/\1no/m or die;
 s/^(\s*persistent\s*group\s*).*$/\1no/m or die;
