- Timestamp:
- Jan 27, 2011, 8:16:51 PM (14 years ago)
- Location:
- branches
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.10/mindi/mindi-bkphw
r2703 r2709 55 55 $tooldir = dirname($tool); 56 56 if (! (-x $tool)) { 57 print "You should install the SmartStart Scripting toolkit tool $tool\nto benefit from mindi's enhanced hardware support\n";57 print "You could install the SmartStart Scripting toolkit tool $tool\nto benefit from mindi's enhanced hardware support\n"; 58 58 print "Get it from http://www.hp.com/servers/sstoolkit\n"; 59 59 next; -
branches/2.2.10/mindi/rootfs/sbin/start-netfs
r2706 r2709 108 108 if [ "$proto" = "" ]; then 109 109 LogIt "No protocol specified, defaulting to NFS" 110 proto ="nfs"110 proto="nfs" 111 111 fi 112 112 -
branches/2.2.9/mindi/mindi-bkphw
r2700 r2709 55 55 $tooldir = dirname($tool); 56 56 if (! (-x $tool)) { 57 print "You should install the SmartStart Scripting toolkit tool $tool\nto benefit from mindi's enhanced hardware support\n";57 print "You could install the SmartStart Scripting toolkit tool $tool\nto benefit from mindi's enhanced hardware support\n"; 58 58 print "Get it from http://www.hp.com/servers/sstoolkit\n"; 59 59 next; -
branches/2.2.9/mindi/rootfs/sbin/start-netfs
r2707 r2709 77 77 if [ "$proto" = "" ]; then 78 78 LogIt "No protocol specified, defaulting to NFS" 79 proto ="nfs"79 proto="nfs" 80 80 fi 81 81
Note:
See TracChangeset
for help on using the changeset viewer.