mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
beep: move beep to syshook (mostly)
This commit is contained in:
parent
9939ff2832
commit
b2ea63317e
2
plist
2
plist
@ -131,9 +131,11 @@
|
||||
/usr/local/etc/rc.shutdown
|
||||
/usr/local/etc/rc.sshd
|
||||
/usr/local/etc/rc.syshook
|
||||
/usr/local/etc/rc.syshook.d/05-beep.stop
|
||||
/usr/local/etc/rc.syshook.d/20-freebsd.start
|
||||
/usr/local/etc/rc.syshook.d/20-freebsd.stop
|
||||
/usr/local/etc/rc.syshook.d/90-carp.start
|
||||
/usr/local/etc/rc.syshook.d/95-beep.start
|
||||
/usr/local/etc/rc.update_alias_url_data
|
||||
/usr/local/etc/rc.update_bogons
|
||||
/usr/local/etc/rc.update_urltables
|
||||
|
||||
@ -259,8 +259,6 @@ echo -n "Starting CRON..."
|
||||
cd /tmp && /usr/sbin/cron -s 2> /dev/null
|
||||
echo "done."
|
||||
|
||||
/usr/local/sbin/beep.sh start
|
||||
|
||||
/usr/local/etc/rc.initial.banner
|
||||
|
||||
exit 0
|
||||
|
||||
2
src/etc/rc.syshook.d/05-beep.stop
Executable file
2
src/etc/rc.syshook.d/05-beep.stop
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
/usr/local/sbin/beep.sh stop
|
||||
2
src/etc/rc.syshook.d/95-beep.start
Executable file
2
src/etc/rc.syshook.d/95-beep.start
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
/usr/local/sbin/beep.sh start
|
||||
Loading…
x
Reference in New Issue
Block a user