- Timestamp:
- Nov 25, 2008, 11:16:01 PM (16 years ago)
- Location:
- trunk/packages/xvm-munin-config/debian
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/xvm-munin-config/debian/changelog
r1780 r1781 8 8 [ Evan Broder ] 9 9 * Move the unnecessary Pre-Depends to a Depends 10 * We don't need to remove the code from sudoers in the postinst - the 11 preinst will get run on upgrade 10 12 11 -- Evan Broder <broder@mit.edu> Tue, 25 Nov 2008 23:1 3:36-050013 -- Evan Broder <broder@mit.edu> Tue, 25 Nov 2008 23:14:07 -0500 12 14 13 15 xvm-munin-config (0.0.4) unstable; urgency=low -
trunk/packages/xvm-munin-config/debian/xvm-munin-console-config.postinst
r1767 r1781 23 23 # So munin can read the mail log 24 24 adduser munin adm 25 26 # First clear out the old stuff we threw in /etc/sudoers27 perl -i.bak -ne 's%^### (BEGIN|END) xvm-munin-config\s*$%%m && ($skip = ($1 eq "BEGIN")); print unless $skip;' /etc/sudoers28 25 29 26 # So munin can sudo to get to postfix queue info -
trunk/packages/xvm-munin-config/debian/xvm-munin-host-config.postinst
r1767 r1781 23 23 # So munin can read the mail log 24 24 adduser munin adm 25 26 # First clear out the old stuff we threw in /etc/sudoers27 perl -i.bak -ne 's%^### (BEGIN|END) xvm-munin-config\s*$%%m && ($skip = ($1 eq "BEGIN")); print unless $skip;' /etc/sudoers28 25 29 26 # So munin can sudo to get to postfix queue info -
trunk/packages/xvm-munin-config/debian/xvm-munin-master-config.postinst
r1767 r1781 23 23 # So munin can read the mail log 24 24 adduser munin adm 25 26 # First clear out the old stuff we threw in /etc/sudoers27 perl -i.bak -ne 's%^### (BEGIN|END) xvm-munin-config\s*$%%m && ($skip = ($1 eq "BEGIN")); print unless $skip;' /etc/sudoers28 25 29 26 # So munin can sudo to get to postfix queue info -
trunk/packages/xvm-munin-config/debian/xvm-munin-remote-config.postinst
r1767 r1781 23 23 # So munin can read the mail log 24 24 adduser munin adm 25 26 # First clear out the old stuff we threw in /etc/sudoers27 perl -i.bak -ne 's%^### (BEGIN|END) xvm-munin-config\s*$%%m && ($skip = ($1 eq "BEGIN")); print unless $skip;' /etc/sudoers28 25 29 26 # So munin can sudo to get to postfix queue info
Note: See TracChangeset
for help on using the changeset viewer.