Changeset 4131
- Timestamp:
- 09/01/06 23:03:41 (7 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/prog/detect/sensors-detect (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/prog/detect/sensors-detect
r4130 r4131 5485 5485 or die "Sorry, can't create /etc/sysconfig/lm_sensors ($!)"; 5486 5486 print SYSCONFIG <<'EOT'; 5487 # /etc/sysconfig/sensors - Defines modules loaded by /etc/rc.d/init.d/lm_sensors 5487 # /etc/sysconfig/lm_sensors - Defines modules loaded by 5488 # /etc/init.d/lm_sensors 5488 5489 # Copyright (c) 1998 - 2001 Frodo Looijaard <frodol@dds.nl> 5489 5490 # … … 5504 5505 # 5505 5506 # See also the lm_sensors homepage at: 5506 # http://www 2.lm-sensors.nu/~lm78/index.html5507 # http://www.lm-sensors.org/ 5507 5508 # 5508 # This file is used by /etc/ rc.d/init.d/lm_sensors and defines the modules to5509 # be loaded/unloaded. This file is sourced into /etc/ rc.d/init.d/lm_sensors.5509 # This file is used by /etc/init.d/lm_sensors and defines the modules to 5510 # be loaded/unloaded. This file is sourced into /etc/init.d/lm_sensors. 5510 5511 # 5511 5512 # The format of this file is a shell script that simply defines the modules … … 5527 5528 } 5528 5529 print SYSCONFIG $sysconfig; 5529 print "Copy prog/init/lm_sensors.init to /etc/rc.d/init.d/lm_sensors\n"; 5530 print "for initialization at boot time.\n"; 5530 5531 print "Copy prog/init/lm_sensors.init to /etc/init.d/lm_sensors\n". 5532 "for initialization at boot time.\n" 5533 unless -f "/etc/init.d/lm_sensors"; 5531 5534 } 5532 5535 }
