tweak
This commit is contained in:
parent
ec0a0446bc
commit
57bb75d94d
3 changed files with 13 additions and 12 deletions
|
@ -31,20 +31,20 @@ src_compile() {
|
|||
src_install() {
|
||||
distutils_src_install
|
||||
|
||||
# insinto /etc/jabber
|
||||
# newins example-config.xml ${PN}.xml
|
||||
# fperms 600 /etc/jabber/${PN}.xml
|
||||
# fowners jabber:jabber /etc/jabber/${PN}.xml
|
||||
insinto /etc/jabber
|
||||
newins punjab.tac ${PN}.tac
|
||||
fperms 600 /etc/jabber/${PN}.tac
|
||||
fowners jabber:jabber /etc/jabber/${PN}.tac
|
||||
# dosed \
|
||||
# "s:<spool>[^\<]*</spool>:<spool>/var/spool/jabber</spool>:" \
|
||||
# /etc/jabber/${PN}.xml
|
||||
|
||||
newinitd "${FILESDIR}/${PN}-initd" ${PN}
|
||||
newconfd "${FILESDIR}/${PN}-confd" ${PN}
|
||||
# newconfd "${FILESDIR}/${PN}-confd" ${PN}
|
||||
|
||||
}
|
||||
|
||||
#pkg_postinst() {
|
||||
# einfo "A sample config file has been installed into /etc/jabber/${PN}.xml."
|
||||
# einfo "Please adjust the settings as needed."
|
||||
#}
|
||||
pkg_postinst() {
|
||||
einfo "A sample config file has been installed into /etc/jabber/${PN}.tac."
|
||||
einfo "Please adjust the settings as needed."
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue