mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
mail-filter/policyd-weight: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/8559
This commit is contained in:
committed by
Aaron Bauman
parent
5ff6e1a344
commit
215e6f7b7a
@@ -1,29 +0,0 @@
|
||||
#!/sbin/openrc-run
|
||||
|
||||
extra_started_commands="reload"
|
||||
|
||||
daemon="policyd-weight"
|
||||
exec="/usr/libexec/postfix/policyd-weight"
|
||||
|
||||
depend(){
|
||||
before postfix
|
||||
use net
|
||||
}
|
||||
|
||||
start(){
|
||||
ebegin "Starting ${daemon}"
|
||||
${exec} start
|
||||
eend $?
|
||||
}
|
||||
|
||||
stop(){
|
||||
ebegin "Stopping ${daemon}"
|
||||
${exec} -k stop
|
||||
eend $?
|
||||
}
|
||||
|
||||
reload(){
|
||||
ebegin "Reloading ${daemon}"
|
||||
${exec} reload
|
||||
eend $?
|
||||
}
|
||||
Reference in New Issue
Block a user