source: server/rm/cups-revert-perms

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

Also revert cupds.conf.gutenbach-orig

  • Property mode set to 100755
File size: 193 bytes
Line 
1#!/bin/sh
2
3echo "Reverting changes to /etc/cups/cupsd.conf..." >&2
4conffile="/etc/cups/cupsd.conf"
5
6if [ -e "$conffile.gutenbach-orig" ]; then
7    mv "$conffile.gutenbach-orig" "$conffile"
8fi
Note: See TracBrowser for help on using the repository browser.