committing changes in /etc made by "apt remove lm-sensors --purge"

Package changes:
-lm-sensors 1:3.6.0-7 armhf
This commit is contained in:
2023-11-23 13:05:25 +01:00
parent 86f48f3d32
commit e545bcc39c
4 changed files with 0 additions and 49 deletions
-1
View File
@@ -533,7 +533,6 @@ maybe chmod 0755 'init.d/fake-hwclock'
maybe chmod 0755 'init.d/hwclock.sh'
maybe chmod 0755 'init.d/keyboard-setup.sh'
maybe chmod 0755 'init.d/kmod'
maybe chmod 0755 'init.d/lm-sensors'
maybe chmod 0755 'init.d/mosquitto'
maybe chmod 0755 'init.d/netfilter-persistent'
maybe chmod 0755 'init.d/networking'
-46
View File
@@ -1,46 +0,0 @@
#!/bin/sh
### BEGIN INIT INFO
# Provides: lm-sensors
# Required-Start: $remote_fs
# Required-Stop:
# Default-Start: S
# Default-Stop:
# Short-Description: lm-sensors
# Description: hardware health monitoring
### END INIT INFO
. /lib/lsb/init-functions
[ -f /etc/default/rcS ] && . /etc/default/rcS
PATH=/bin:/usr/bin:/sbin:/usr/sbin
PROGRAM=/usr/bin/sensors
test -x $PROGRAM || exit 0
case "$1" in
start)
log_action_begin_msg "Setting sensors limits"
if [ "$VERBOSE" = "no" ]; then
/usr/bin/sensors -s 1> /dev/null 2> /dev/null
/usr/bin/sensors 1> /dev/null 2> /dev/null
else
/usr/bin/sensors -s
/usr/bin/sensors > /dev/null
fi
log_action_end_msg 0
;;
stop)
;;
force-reload|restart)
$0 start
;;
status)
exit 0
;;
*)
log_success_msg "Usage: /etc/init.d/lm-sensors {start|stop|restart|force-reload|status}"
exit 1
esac
exit 0
-1
View File
@@ -1 +0,0 @@
../init.d/lm-sensors
@@ -1 +0,0 @@
/lib/systemd/system/lm-sensors.service