metalog: add rc.d script and config file.

--HG--
extra : convert_revision : b861369fc6e0c839f160fd74b2ef1dd8c2f1eb35
This commit is contained in:
Juan RP
2009-03-29 16:07:41 +02:00
parent 8bb1601e88
commit ff7a7a9c33
3 changed files with 93 additions and 0 deletions

View File

@@ -16,4 +16,12 @@ conf_files="/etc/metalog.conf"
Add_dependency full glibc
Add_dependency full pcre
Add_dependency full bzip2
Add_dependency build lzma-utils
post_install()
{
install -d ${DESTDIR}/etc/rc.d
install -m755 ${FILESDIR}/metalog ${DESTDIR}/etc/rc.d
install -m644 ${FILESDIR}/metalog.conf ${DESTDIR}/etc
}