Also known as "why I shouldn't be allowed to write Perl"
svn path=/trunk/packages/sipb-xen-console/; revision=1068
+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
* ConsoleFS is now RouteFS-based
#!/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;