metalog: add rc.d script and config file.
--HG-- extra : convert_revision : b861369fc6e0c839f160fd74b2ef1dd8c2f1eb35
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user