7076301 discovery.py has the wrong path to svcadm
authorDrew Fisher <drew.fisher@oracle.com>
Mon, 08 Aug 2011 10:05:19 -0600
changeset 1372 bd82f26440d5
parent 1371 75f1be81c162
child 1373 06749bba0075
7076301 discovery.py has the wrong path to svcadm
usr/src/lib/install_target/discovery.py
--- a/usr/src/lib/install_target/discovery.py	Fri Aug 05 16:43:58 2011 -0700
+++ b/usr/src/lib/install_target/discovery.py	Mon Aug 08 10:05:19 2011 -0600
@@ -62,7 +62,7 @@
 ISCSIADM = "/usr/sbin/iscsiadm"
 PRTVTOC = "/usr/sbin/prtvtoc"
 SVCS = "/usr/bin/svcs"
-SVCADM = "/usr/bin/svcadm"
+SVCADM = "/usr/sbin/svcadm"
 ZFS = "/usr/sbin/zfs"
 ZPOOL = "/usr/sbin/zpool"
 ZVOL_PATH = "/dev/zvol/dsk"