source:
server/rm/cups-revert-perms
@
335786f
Last change on this file since 335786f was b77c92c, checked in by Jessica B. Hamrick <jhamrick@…>, 14 years ago | |
---|---|
|
|
File size: 193 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | echo "Reverting changes to /etc/cups/cupsd.conf..." >&2 |
4 | conffile="/etc/cups/cupsd.conf" |
5 | |
6 | if [ -e "$conffile.gutenbach-orig" ]; then |
7 | mv "$conffile.gutenbach-orig" "$conffile" |
8 | fi |
Note: See TracBrowser
for help on using the repository browser.