Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 34174 | Differences between
and this patch

Collapse All | Expand All

(-)nut-1.5.8.ebuild.orig (-4 / +4 lines)
Lines 82-89 Link Here
82
}
82
}
83
83
84
pkg_postinst() {
84
pkg_postinst() {
85
	chown nut:nut ${ROOT}/var/lib/nut
85
	chown nut:nut ${D}/var/lib/nut
86
	chmod 0700 ${ROOT}/var/lib/nut
86
	chmod 0700 ${D}/var/lib/nut
87
	chown root:nut ${ROOT}/etc/nut/{upsd.conf,upsd.users,upsmon.conf}
87
	chown root:nut ${D}/etc/nut/{upsd.conf,upsd.users,upsmon.conf}
88
	chmod 0640 ${ROOT}/etc/nut/{upsd.conf,upsd.users,upsmon.conf}
88
	chmod 0640 ${D}/etc/nut/{upsd.conf,upsd.users,upsmon.conf}
89
}
89
}

Return to bug 34174