From: Victor Martinez Date: Tue, 15 Mar 2011 08:15:08 +0000 (+0000) Subject: sysklogd: update to 1.5 X-Git-Url: http://gitweb/?a=commitdiff_plain;h=a732b233049c422392cce820c44a4290f360fd20;p=attic%2Fports%2Fcore-cross.git sysklogd: update to 1.5 --- 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} }