Changeset 1068 for trunk/packages/sipb-xen-console/debian
- Timestamp:
- Oct 6, 2008, 1:49:20 AM (16 years ago)
- Location:
- trunk/packages/sipb-xen-console/debian
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/sipb-xen-console/debian/changelog
r1064 r1068 1 sipb-xen-console (8.2) unstable; urgency=low 2 3 * Actually generate nscd.conf correctly 4 5 -- Evan Broder <broder@mit.edu> Mon, 06 Oct 2008 01:45:33 -0400 6 1 7 sipb-xen-console (8.1) unstable; urgency=low 2 8 -
trunk/packages/sipb-xen-console/debian/transform_nscd.conf.sipb-xen
r1062 r1068 1 1 #!/usr/bin/perl -0p 2 s/^(\s*negative-time-to-live\s*passwd\s*).*$/ \13/m or die;3 s/^(\s*negative-time-to-live\s*group\s*).*$/ \13/m or die;2 s/^(\s*negative-time-to-live\s*passwd\s*).*$/${1}3/m or die; 3 s/^(\s*negative-time-to-live\s*group\s*).*$/${1}3/m or die; 4 4 s/^(\s*persistent\s*passwd\s*).*$/\1no/m or die; 5 5 s/^(\s*persistent\s*group\s*).*$/\1no/m or die;
Note: See TracChangeset
for help on using the changeset viewer.