diff options
author | micah <micah@riseup.net> | 2015-05-11 12:41:56 -0400 |
---|---|---|
committer | micah <micah@riseup.net> | 2015-05-11 12:41:56 -0400 |
commit | 80b80d34818840ea60f57c4580db19527dd4ea0c (patch) | |
tree | 1c8f9184364b93f0d2e97b51f00d2f6e56a17c6b /pkg | |
parent | 872d50d860f633ed54539af3d708dba3f1c86b65 (diff) | |
parent | b4110c421f6e2ec64ac3f8c188518f2eaab37a7b (diff) |
Merge pull request #67 from andrejb/debian-remove-syslog-from-initscriptdebian/platform-0.7
Debian remove syslog from initscript
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/leap-mx.init (renamed from pkg/leap_mx.init) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/leap_mx.init b/pkg/leap-mx.init index 60dddc4..d38cc2c 100644 --- a/pkg/leap_mx.init +++ b/pkg/leap-mx.init @@ -33,7 +33,7 @@ case "$1" in --rundir=$RUNDIR \ --python=$FILE \ --logfile=$LOGFILE \ - --syslog --prefix=leap-mx + --prefix=leap-mx echo "." ;; |