source: debian/rm/cups-revert-perms @ 53e9374

debianmacno-cupsnodebathenaweb
Last change on this file since 53e9374 was 53e9374, checked in by Jessica B. Hamrick <jhamrick@…>, 14 years ago

Remove other submodules and move some things around

  • Property mode set to 100755
File size: 307 bytes
Line 
1#!/bin/sh
2
3echo "Reverting changes to /etc/cups/cupsd.conf..." >&2
4mv /etc/cups/cupsd.conf /etc/cups/cupsd.conf.bak
5touch /etc/cups/cupsd.conf
6
7sed '/# Begin configurations for gutenbach/,/# End configurations for gutenbach/ d' < /etc/cups/cupsd.conf.bak > /etc/cups/cupsd.conf
8
9rm /etc/cups/cupsd.conf.bak
Note: See TracBrowser for help on using the repository browser.