CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
sysklogd: update to 1.5
authorVictor Martinez <pitillo@ono.com>
Tue, 15 Mar 2011 08:15:08 +0000 (08:15 +0000)
committerVictor Martinez <pitillo@ono.com>
Tue, 15 Mar 2011 08:15:08 +0000 (08:15 +0000)
sysklogd/.footprint
sysklogd/Pkgfile

index d8c0ff912148cac76b95dcdd9777274a7c3a1bc8..cb67b2c92e556301507eb0080d6e150450930e75 100644 (file)
@@ -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)
index fe8b04adb4e340e51002e7b39a40ae437d1dbbe3..60277820466d1058da42e1fd795e2418c39cbe50 100644 (file)
@@ -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}
 }