summaryrefslogtreecommitdiffstats
path: root/abs/core/rsyslog
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-12-17 20:12:28 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-12-17 20:12:28 (GMT)
commit5aacb10ca8302bc1e05f267ac74dfda4667cd51d (patch)
tree304a7414cadab41263868605d1e0201337474ba6 /abs/core/rsyslog
parent20337af9524f34059940b25377dc62440a2cbbb8 (diff)
downloadlinhes_pkgbuild-5aacb10ca8302bc1e05f267ac74dfda4667cd51d.zip
linhes_pkgbuild-5aacb10ca8302bc1e05f267ac74dfda4667cd51d.tar.gz
linhes_pkgbuild-5aacb10ca8302bc1e05f267ac74dfda4667cd51d.tar.bz2
rsyslog: suppress the running of myth_status when sourcing the profile in log_care
Diffstat (limited to 'abs/core/rsyslog')
-rw-r--r--abs/core/rsyslog/PKGBUILD4
-rw-r--r--abs/core/rsyslog/log_care.sh1
2 files changed, 3 insertions, 2 deletions
diff --git a/abs/core/rsyslog/PKGBUILD b/abs/core/rsyslog/PKGBUILD
index b3902fb..a0a8604 100644
--- a/abs/core/rsyslog/PKGBUILD
+++ b/abs/core/rsyslog/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=rsyslog
pkgver=5.8.6
-pkgrel=7
+pkgrel=8
pkgdesc="An enhanced multi-threaded syslogd with a focus on security and reliability"
url="http://www.rsyslog.com/"
arch=('i686' 'x86_64')
@@ -51,4 +51,4 @@ md5sums=('c46db0496066b82faf735bd4222208d7'
'a18bbcbb6ebdaa13a6ec6d9f3d9eb2da'
'1a0cd4530dd5d1439456d5ae230574d9'
'df5cb090691db8640c489981ba3d0798'
- '2f795681e12f8bc43e8bea28dc020dcb')
+ 'f20c660ec9444613df0ad078944b31ec')
diff --git a/abs/core/rsyslog/log_care.sh b/abs/core/rsyslog/log_care.sh
index 9023a82..b0a774b 100644
--- a/abs/core/rsyslog/log_care.sh
+++ b/abs/core/rsyslog/log_care.sh
@@ -1,4 +1,5 @@
#!/bin/bash
+MYTH_RUN_STATUS=1
. /etc/profile
YEAR=`date +%Y`
LASTYEAR=$(($YEAR - 1))