Changeset 1769
- Timestamp:
- Nov 25, 2008, 8:16:32 AM (16 years ago)
- Location:
- trunk/packages/invirt-console-host/debian
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-console-host/debian/changelog
r1725 r1769 1 invirt-console-host (0.0.10) unstable; urgency=low 2 3 * Clean up the old sudoers block in the postinst before we add it back 4 5 -- Evan Broder <broder@mit.edu> Tue, 25 Nov 2008 08:13:32 -0500 6 1 7 invirt-console-host (0.0.9) unstable; urgency=low 2 8 -
trunk/packages/invirt-console-host/debian/invirt-console-host.postinst
r1187 r1769 21 21 case "$1" in 22 22 configure) 23 # Clean up the old sudoers line before we add it back 24 perl -i.bak -ne 's%^### (BEGIN|END) invirt-console-host\s*$%%m && ($skip = ($1 eq "BEGIN")); print unless $skip;' /etc/sudoers 25 23 26 cat >>/etc/sudoers <<EOF 24 27 ### BEGIN invirt-console-host
Note: See TracChangeset
for help on using the changeset viewer.