saving uncommitted changes in /etc prior to emerge run

This commit is contained in:
2015-09-06 00:02:27 +02:00
committed by Hans Wurst
parent 6925171496
commit 2b33dad9ac
40 changed files with 20 additions and 3605 deletions

View File

@@ -20,7 +20,7 @@ start() {
--pidfile "$DOCKER_PIDFILE" \
--stdout "$DOCKER_LOGFILE" \
--stderr "$DOCKER_LOGFILE" \
-- -d -p "$DOCKER_PIDFILE" \
-- daemon -p "$DOCKER_PIDFILE" \
$DOCKER_OPTS
eend $?
}