path: laptop-mode-tools_1.74-2.1/debian/changelog + Do the test comparision of integeres using string operators. Closes: #535650. + Run pidof with the -x Script Mode switch. Thanks Matthijs Kooijman + Disconnect descriptors when backgrounding a script. Thanks Matthijs Kooijman path: laptop-mode-tools_1.74-2.1/debian/changelog * Non-maintainer upload. (On request of the maintainer) * postinst: use invoke-rc.d instead of pidof and ad-hoc tests * Depend and build depend on procps path: laptop-mode-tools_1.74-2.1/usr/share/laptop-mode-tools/modules/battery-level-polling $FLOCK -u 7; else if ! pidof -x lm-polling-daemon ; then log "VERBOSE" "On battery and there was no polling daemon yet, starting the polling daemon." path: laptop-mode-tools_1.74-2.1/usr/sbin/laptop_mode if $FLOCK -n -x -w 1 7; then log "VERBOSE" "Lock acquisition on descriptor 7 succeeded with pid $$"; if ! pidof -x lm-polling-daemon ; then log "VERBOSE" "On battery and there was no polling daemon yet, starting the polling daemon." path: laptop-mode-tools_1.74-2.1/Documentation/revision-history.txt * Do the test comparision of integeres using string operators. Fixes Debian Bug #535650 * Run pidof with the -x Script Mode switch. Thanks Matthijs Kooijman * Disconnect descriptors when backgrounding a script. Thanks Matthijs Kooijman * Add option to run in shell debug mode path: laptop-mode-tools_1.74-2.1/debian/patches/0003-Drop-unlock-because-there-is-no-lock-acquired.patch if $FLOCK -n -x -w 1 7; then log "VERBOSE" "Lock acquisition on descriptor 7 succeeded with pid $$"; if ! pidof -x lm-polling-daemon ; then log "VERBOSE" "On battery and there was no polling daemon yet, starting the polling daemon." path: laptop-mode-tools_1.74-2.1/install.sh fi pmud_pid=`pidof pmud` if [ ! -z $pmud_pid ]; then echo "Reloading pmud daemon" path: laptop-mode-tools_1.74-2.1/install.sh fi apm_pid=`pidof apmd` if [ ! -z $apm_pid ]; then echo "Reloading apmd daemon" path: laptop-mode-tools_1.74-2.1/install.sh # Check for acpid and restart if running acpi_pid=`pidof acpid` if [ ! -z $acpi_pid ]; then echo "Reloading acpid daemon" path: laptop-mode-tools_1.74-2.1/install.sh fi pbbuttonsd_pid=`pidof pbbuttonsd` if [ ! -z $pbbuttonsd_pid ]; then echo "Reloading pbbuttonsd daemon"