X-Git-Url: http://gitweb/?a=blobdiff_plain;ds=sidebyside;f=sysklogd%2FPkgfile;h=96cea88d061b2df0138987131568b3d20d866066;hb=7407a81f6071240b61f4c8ba08fb67368f22873c;hp=fe8b04adb4e340e51002e7b39a40ae437d1dbbe3;hpb=b751b192b8a9f558df99b4050babc1b84d45a372;p=crossrootfs.git diff --git a/sysklogd/Pkgfile b/sysklogd/Pkgfile index fe8b04a..96cea88 100644 --- a/sysklogd/Pkgfile +++ b/sysklogd/Pkgfile @@ -5,9 +5,9 @@ # Depends on: name=sysklogd -version=1.5 -release=4 -source=(http://www.ibiblio.org/pub/Linux/system/daemons/$name-$version.tar.gz \ +version=1.5.1 +release=3 +source=(http://www.infodrom.org/projects/$name/download/$name-$version.tar.gz \ rotatelog syslog syslog.conf sysklogd) build() { @@ -19,13 +19,13 @@ build() { mkdir -p $PKG/usr/sbin \ $PKG/etc/{cron/weekly,rc.d} \ $PKG/var/log \ - $PKG/usr/man/{man5,man8} + $PKG/usr/share/man/{man5,man8} # no strip sysklogd and klogd binaries sed -e 's|${INSTALL} -m 500 -s|${INSTALL} -m 500|' -i Makefile make RPM_OPT_FLAGS="$CFLAGS" CC="$CC" all - make BINDIR=$PKG/usr/sbin MANDIR=$PKG/usr/man install + make BINDIR=$PKG/usr/sbin MANDIR=$PKG/usr/share/man install install -m 755 $SRC/rotatelog $PKG/usr/sbin install -m 755 $SRC/syslog $PKG/etc/cron/weekly @@ -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} }