diff options
| author | Tom Whitten <Thomas.Whitten@Sun.COM> | 2010-03-25 14:57:35 -0700 |
|---|---|---|
| committer | Tom Whitten <Thomas.Whitten@Sun.COM> | 2010-03-25 14:57:35 -0700 |
| commit | 9444c26f4faabda140242c3986089704c4073ced (patch) | |
| tree | 9e367f2f58dc2b2daa66ea7d430e35d834d913b8 /usr/src/cmd/cmd-inet/usr.lib/inetd/inetd-upgrade.sh | |
| parent | e765faef9c0385c419aa16d67aa529de3c41ac01 (diff) | |
| download | illumos-joyent-9444c26f4faabda140242c3986089704c4073ced.tar.gz | |
PSARC 2010/013 SMF Early Manifest Import
6503835 manifest-import should be done earlier in boot
Diffstat (limited to 'usr/src/cmd/cmd-inet/usr.lib/inetd/inetd-upgrade.sh')
| -rw-r--r-- | usr/src/cmd/cmd-inet/usr.lib/inetd/inetd-upgrade.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr/src/cmd/cmd-inet/usr.lib/inetd/inetd-upgrade.sh b/usr/src/cmd/cmd-inet/usr.lib/inetd/inetd-upgrade.sh index 0c67c1f566..eb18c250aa 100644 --- a/usr/src/cmd/cmd-inet/usr.lib/inetd/inetd-upgrade.sh +++ b/usr/src/cmd/cmd-inet/usr.lib/inetd/inetd-upgrade.sh @@ -20,9 +20,7 @@ # CDDL HEADER END # # -# ident "%Z%%M% %I% %E% SMI" -# -# Copyright 2007 Sun Microsystems, Inc. All rights reserved. +# Copyright 2010 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # @@ -106,7 +104,7 @@ p EOF # get list of inetconv generated manifests -inetconv_manifests=`/usr/bin/find /var/svc/manifest -type f -name \*.xml | \ +inetconv_manifests=`/usr/bin/find /lib/svc/manifest -type f -name \*.xml | \ /usr/bin/xargs /usr/bin/grep -l "Generated by inetconv"` # For each inetconv generated manifest determine the instances that should |
