saving uncommitted changes in /etc prior to emerge run

This commit is contained in:
2015-04-03 16:50:50 +02:00
committed by root
parent ec77f4474a
commit 66d780f376
3 changed files with 0 additions and 65 deletions

View File

@@ -9,10 +9,6 @@ extra_started_commands="reload"
PIDFILE=/var/run/tor/tor.pid
CONFFILE=/etc/tor/torrc
depend() {
need net
}
checkconfig() {
# first check that it exists
if [ ! -f ${CONFFILE} ] ; then