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 | |
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
-rw-r--r-- | changes/bug_6937_remove-syslog-option | 2 | ||||
l--------- | debian/leap-mx.init | 2 | ||||
-rw-r--r-- | pkg/leap-mx.init (renamed from pkg/leap_mx.init) | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/changes/bug_6937_remove-syslog-option b/changes/bug_6937_remove-syslog-option new file mode 100644 index 0000000..d3a65c3 --- /dev/null +++ b/changes/bug_6937_remove-syslog-option @@ -0,0 +1,2 @@ + o Remove logging to syslog for now. We should only do this in the future, + when the platform is ready for it. Closes #6937. diff --git a/debian/leap-mx.init b/debian/leap-mx.init index cf8cd42..b2cb6f8 120000 --- a/debian/leap-mx.init +++ b/debian/leap-mx.init @@ -1 +1 @@ -../pkg/leap_mx.init
\ No newline at end of file +../pkg/leap-mx.init
\ No newline at end of file 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 "." ;; |