- Timestamp:
- Oct 8, 2011, 12:29:46 PM (14 years ago)
- Location:
- branches/2.2.9/mindi
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mindi/deplist.d/ProLiant.conf
r2884 r2885 9 9 # Look at http://downloads.linux.hp.com/SDR/downloads/ProLiantSupportPack/ 10 10 /usr/sbin/hpacuscripting 11 /opt/compaq/hpacucli/bld/.hpacuscripting 11 12 /sbin/hponcfg 12 13 -
branches/2.2.9/mindi/rootfs/sbin/init
r2878 r2885 9 9 CaughtSoftReset() { 10 10 trap SIGTERM 11 reboot 11 reboot -f 12 12 } 13 13 … … 687 687 688 688 if [ -x /sbin/udevadm ]; then 689 if [ `/sbin/udevadm --version` -ge 146 ]; then 690 /sbin/udevadm triger --type=failed 689 v=`/sbin/udevadm --version` 690 if [ "$v" -ge "146" ]; then 691 /sbin/udevadm trigger --type=failed 691 692 else 692 693 /sbin/udevadm trigger --retry-failed
Note:
See TracChangeset
for help on using the changeset viewer.