summaryrefslogtreecommitdiffstats
path: root/sysklogd
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-12-12 21:21:28 +0100
committerLukc <lukc@upyum.com>2010-12-12 21:21:28 +0100
commit3830725cba31b4b5fb9ed502f3f453941f299b39 (patch)
treeb949a5e6b947b80d8e1bf0642349a028115944c3 /sysklogd
parentcfbbcc7c75f2e74097bf7f8f00895bbf4e70a6d3 (diff)
downloadbase-3830725cba31b4b5fb9ed502f3f453941f299b39.tar.gz
base-3830725cba31b4b5fb9ed502f3f453941f299b39.tar.bz2
base-3830725cba31b4b5fb9ed502f3f453941f299b39.tar.xz
base-3830725cba31b4b5fb9ed502f3f453941f299b39.zip
Recette de sysklogd mise à jour.
Diffstat (limited to 'sysklogd')
-rw-r--r--sysklogd/.footprint27
-rw-r--r--sysklogd/.sha256sum5
-rw-r--r--sysklogd/Pkgfile30
3 files changed, 34 insertions, 28 deletions
diff --git a/sysklogd/.footprint b/sysklogd/.footprint
index cb67b2c..52bbcbd 100644
--- a/sysklogd/.footprint
+++ b/sysklogd/.footprint
@@ -6,22 +6,23 @@ drwxr-xr-x root/root etc/rc.d/
-rwxr-xr-x root/root etc/rc.d/sysklogd
-rw-r--r-- root/root etc/syslog.conf
drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man5/
--rw-r--r-- root/root usr/man/man5/syslog.conf.5.gz
-drwxr-xr-x root/root usr/man/man8/
--rw-r--r-- root/root usr/man/man8/klogd.8.gz
--rw-r--r-- root/root usr/man/man8/sysklogd.8.gz
--rw-r--r-- root/root usr/man/man8/syslogd.8.gz
drwxr-xr-x root/root usr/sbin/
-rwx------ root/root usr/sbin/klogd
-rwxr-xr-x root/root usr/sbin/rotatelog
-rwx------ root/root usr/sbin/syslogd
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man5/
+-rw-r--r-- root/root usr/share/man/man5/syslog.conf.5.bz2
+drwxr-xr-x root/root usr/share/man/man8/
+-rw-r--r-- root/root usr/share/man/man8/klogd.8.bz2
+-rw-r--r-- root/root usr/share/man/man8/sysklogd.8.bz2
+-rw-r--r-- root/root usr/share/man/man8/syslogd.8.bz2
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)
+-rw-r----- root/root var/log/auth
+-rw-r----- root/root var/log/cron
+-rw-r----- root/root var/log/debug
+-rw-r----- root/root var/log/kernel
+-rw-r----- root/root var/log/mail
+-rw-r----- root/root var/log/messages
diff --git a/sysklogd/.sha256sum b/sysklogd/.sha256sum
new file mode 100644
index 0000000..a6256f8
--- /dev/null
+++ b/sysklogd/.sha256sum
@@ -0,0 +1,5 @@
+e2a55cef3825869bdded7d95b88eee12d6c33430d44aae63520a8ff2b3984821 rotatelog
+4a1a9b60e93438f8a010b3ef87a09496ec3aea28c6ab643d117451f4d745a151 sysklogd
+6169b8e91d29288e90404f01462b69e7f2afb1161aa419826fe4736c7f9eb773 sysklogd-1.5.tar.gz
+fc29247aaee9baec087d29a6ffef469d8301bddef913bb7eee67151fceba7112 syslog
+ee27b32b0aba103a8fc30b16ec441127d74a71cac9cd999cb082bdf4273f9f85 syslog.conf
diff --git a/sysklogd/Pkgfile b/sysklogd/Pkgfile
index 67fe33e..8acaedd 100644
--- a/sysklogd/Pkgfile
+++ b/sysklogd/Pkgfile
@@ -1,6 +1,6 @@
-description="Kernel and system logging daemons"
-packager=""
-maintainer="CRUX System Team, core-ports at crux dot nu"
+description="Kernel and system logging daemons."
+packager="CRUX System Team <core-ports AT crux DOT nu>"
+maintainer="Lukc <lukc AT upyum DOT com>"
url="http://www.infodrom.org/projects/sysklogd/"
depends=()
@@ -10,16 +10,16 @@ release=4
source=(http://www.ibiblio.org/pub/Linux/system/daemons/sysklogd-1.5.tar.gz rotatelog syslog syslog.conf sysklogd)
build ()
{
- cd $name-$version;
- sed -i -e '192d' ksym_mod.c;
- mkdir -p $PKG/usr/sbin $PKG/etc/{cron/weekly,rc.d} $PKG/var/log $PKG/usr/man/{man5,man8};
- make RPM_OPT_FLAGS="$CFLAGS" all;
- make BINDIR=$PKG/usr/sbin MANDIR=$PKG/usr/man install;
- install -m 755 $SRC/rotatelog $PKG/usr/sbin;
- install -m 755 $SRC/syslog $PKG/etc/cron/weekly;
- install -m 644 $SRC/syslog.conf $PKG/etc;
- install -m 755 $SRC/sysklogd $PKG/etc/rc.d;
- chmod -R +w $PKG;
- touch $PKG/var/log/{messages,auth,mail,cron,kernel,debug};
- chmod 640 $PKG/var/log/{messages,auth,mail,cron,kernel,debug}
+ cd $name-$version;
+ sed -i -e '192d' ksym_mod.c;
+ mkdir -p $PKG/usr/sbin $PKG/etc/{cron/weekly,rc.d} $PKG/var/log $PKG$mandir/{man5,man8};
+ make RPM_OPT_FLAGS="$CFLAGS" all;
+ make BINDIR=$PKG/usr/sbin MANDIR=$PKG$mandir install;
+ install -m 755 $SRC/rotatelog $PKG/usr/sbin;
+ install -m 755 $SRC/syslog $PKG/etc/cron/weekly;
+ install -m 644 $SRC/syslog.conf $PKG/etc;
+ install -m 755 $SRC/sysklogd $PKG/etc/rc.d;
+ chmod -R +w $PKG;
+ touch $PKG/var/log/{messages,auth,mail,cron,kernel,debug};
+ chmod 640 $PKG/var/log/{messages,auth,mail,cron,kernel,debug}
}