Changeset 3011 for trunk/packages/invirt-console
- Timestamp:
- May 27, 2010, 11:58:35 AM (14 years ago)
- Location:
- trunk/packages/invirt-console/debian
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-console/debian/changelog
r2878 r3011 1 invirt-console (0.2.14) unstable; urgency=low 2 3 * Use the .. Perl operator to simplify the invirt-console-host prerm. 4 5 -- Evan Broder <broder@mit.edu> Thu, 27 May 2010 11:55:53 -0400 6 1 7 invirt-console (0.2.13) unstable; urgency=low 2 8 -
trunk/packages/invirt-console/debian/invirt-console-host.postinst
r1815 r3011 21 21 case "$1" in 22 22 configure) 23 # Clean up the old sudoers line before we add it back24 perl -i.bak -ne 's%^### (BEGIN|END) invirt-console-host\s*$%%m && ($skip = ($1 eq "BEGIN")); print unless $skip;' /etc/sudoers25 26 23 cat >>/etc/sudoers <<EOF 27 24 ### BEGIN invirt-console-host -
trunk/packages/invirt-console/debian/invirt-console-host.prerm
r1815 r3011 20 20 case "$1" in 21 21 remove|upgrade|deconfigure) 22 perl -i.bak -ne ' s%^### (BEGIN|END) invirt-console-host\s*$%%m && ($skip = ($1 eq "BEGIN")); print unless $skip;' /etc/sudoers22 perl -i.bak -ne 'print unless /^### BEGIN invirt-console-host/../^### END invirt-console-host/' /etc/sudoers 23 23 ;; 24 24
Note: See TracChangeset
for help on using the changeset viewer.