CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
kbd: updated to 2.0.1
[crossrootfs.git] / sysklogd / Pkgfile
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}
 }