mirror of
https://github.com/brain-hackers/brain-config.git
synced 2024-12-22 20:20:06 +09:00
Start service on all runlevels
This commit is contained in:
parent
2a1675e06d
commit
ebac227642
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
raspi-config (20170619) stretch; urgency=medium
|
||||||
|
|
||||||
|
* Start service on all runlevels
|
||||||
|
|
||||||
|
-- Serge Schneider <serge@raspberrypi.org> Mon, 19 Jun 2017 09:14:40 +0000
|
||||||
|
|
||||||
raspi-config (20170518) jessie; urgency=medium
|
raspi-config (20170518) jessie; urgency=medium
|
||||||
|
|
||||||
* Improve x86 splash screen command line handling to remove spurious arguments and spaces
|
* Improve x86 splash screen command line handling to remove spurious arguments and spaces
|
||||||
|
2
debian/raspi-config.init
vendored
2
debian/raspi-config.init
vendored
@ -3,7 +3,7 @@
|
|||||||
# Provides: raspi-config
|
# Provides: raspi-config
|
||||||
# Required-Start: udev mountkernfs $remote_fs
|
# Required-Start: udev mountkernfs $remote_fs
|
||||||
# Required-Stop:
|
# Required-Stop:
|
||||||
# Default-Start: S
|
# Default-Start: S 2 3 4 5
|
||||||
# Default-Stop:
|
# Default-Stop:
|
||||||
# Short-Description: Switch to ondemand cpu governor (unless shift key is pressed)
|
# Short-Description: Switch to ondemand cpu governor (unless shift key is pressed)
|
||||||
# Description:
|
# Description:
|
||||||
|
4
debian/raspi-config.postinst
vendored
4
debian/raspi-config.postinst
vendored
@ -4,4 +4,8 @@ if [ -e /etc/init.d/switch_cpu_governor ]; then
|
|||||||
update-rc.d switch_cpu_governor remove >/dev/null
|
update-rc.d switch_cpu_governor remove >/dev/null
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if dpkg --compare-versions "${2}" lt-nl "20170619"; then
|
||||||
|
update-rc.d -f raspi-config remove
|
||||||
|
fi
|
||||||
|
|
||||||
#DEBHELPER#
|
#DEBHELPER#
|
||||||
|
Loading…
Reference in New Issue
Block a user