From a732b233049c422392cce820c44a4290f360fd20 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 15 Mar 2011 08:15:08 +0000 Subject: [PATCH] sysklogd: update to 1.5 --- sysklogd/.footprint | 3 +++ sysklogd/Pkgfile | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sysklogd/.footprint b/sysklogd/.footprint index d8c0ff9..cb67b2c 100644 --- a/sysklogd/.footprint +++ b/sysklogd/.footprint @@ -20,5 +20,8 @@ drwxr-xr-x root/root usr/sbin/ drwxr-xr-x root/root var/ drwxr-xr-x root/root var/log/ -rw-r----- root/root var/log/auth (EMPTY) +-rw-r----- root/root var/log/cron (EMPTY) +-rw-r----- root/root var/log/debug (EMPTY) +-rw-r----- root/root var/log/kernel (EMPTY) -rw-r----- root/root var/log/mail (EMPTY) -rw-r----- root/root var/log/messages (EMPTY) diff --git a/sysklogd/Pkgfile b/sysklogd/Pkgfile index fe8b04a..6027782 100644 --- a/sysklogd/Pkgfile +++ b/sysklogd/Pkgfile @@ -33,6 +33,6 @@ build() { install -m 755 $SRC/sysklogd $PKG/etc/rc.d chmod -R +w $PKG - touch $PKG/var/log/{messages,auth,mail} - chmod 640 $PKG/var/log/{messages,auth,mail} + touch $PKG/var/log/{messages,auth,mail,cron,kernel,debug} + chmod 640 $PKG/var/log/{messages,auth,mail,cron,kernel,debug} } -- 2.26.2