added postgresql checksum added runita init for postgresql and fix dhcpd's sysconfdir git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2299 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
@ -44,5 +44,5 @@
[V] 7.4.1
[P] X -----5---9 375.000
[D] 0 postgresql-7.4.1.tar.bz2 ftp://ftp.postgresql.org/pub/source/v7.4.1/
[D] 2866104335 postgresql-7.4.1.tar.bz2 ftp://ftp.postgresql.org/pub/source/v7.4.1/
@ -1,4 +1,4 @@
#!/bin/sh
exec 2>&1
exec D_sbindir/dhcpd -f -cf D_sysconfdir/dhcpd.conf
exec D_sbindir/dhcpd -f -cf D_sysconfdir/dhcpd/dhcpd.conf
@ -0,0 +1 @@
D_datadir/data
@ -0,0 +1,5 @@
mkdir -p main
exec svlogd -t main
@ -0,0 +1,3 @@
exec envdir ./env setuidgid postgres D_bindir/postmaster
@ -54,7 +54,7 @@ if pkgcheck runit X; then
else
y=\$sysconfdir/$y
fi
echo_status "runit: Setting to install $x as $y"
echo_status "runit: Setting conf to install $y"
hook_add postmake 8 "mkdir -p ${y%/*}; \
rock_substitute $runitconfdir/packages/$x > $y; \
chmod 744 $y;"