summaryrefslogtreecommitdiffstats
path: root/abs/core/runit-scripts/runitscripts
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2013-12-09 17:57:09 (GMT)
committerJames Meyer <james.meyer@operamail.com>2013-12-09 17:58:42 (GMT)
commitbbf857eb8190fce32a4191e61dd28b890a7ea059 (patch)
tree12adb85e321d5adfc4ca5b3c9ab75567275a15ae /abs/core/runit-scripts/runitscripts
parentfa1c09c45b64e180f8deb8c7d4858e1a2eb5fb01 (diff)
downloadlinhes_pkgbuild-bbf857eb8190fce32a4191e61dd28b890a7ea059.zip
linhes_pkgbuild-bbf857eb8190fce32a4191e61dd28b890a7ea059.tar.gz
linhes_pkgbuild-bbf857eb8190fce32a4191e61dd28b890a7ea059.tar.bz2
runit-scripts: fix cron and frontend logging to their own file
Diffstat (limited to 'abs/core/runit-scripts/runitscripts')
-rwxr-xr-xabs/core/runit-scripts/runitscripts/services/cron/log/run2
-rwxr-xr-xabs/core/runit-scripts/runitscripts/services/frontend/log/run2
2 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/runit-scripts/runitscripts/services/cron/log/run b/abs/core/runit-scripts/runitscripts/services/cron/log/run
index 9dd37e3..785d6c7 100755
--- a/abs/core/runit-scripts/runitscripts/services/cron/log/run
+++ b/abs/core/runit-scripts/runitscripts/services/cron/log/run
@@ -1,5 +1,5 @@
#!/bin/sh
exec 2>&1
. /etc/systemconfig
- /usr/bin/logger -p local6.info -t cron
+ /usr/bin/logger -t cron
diff --git a/abs/core/runit-scripts/runitscripts/services/frontend/log/run b/abs/core/runit-scripts/runitscripts/services/frontend/log/run
index 801eaf2..bd431b2 100755
--- a/abs/core/runit-scripts/runitscripts/services/frontend/log/run
+++ b/abs/core/runit-scripts/runitscripts/services/frontend/log/run
@@ -1,5 +1,5 @@
#!/bin/sh
exec 2>&1
. /etc/systemconfig
- /usr/bin/logger -p local6.info -t frontend
+ /usr/bin/logger -t frontend