diff options
Diffstat (limited to 'usr/src/cmd/svc')
| -rw-r--r-- | usr/src/cmd/svc/profile/generic_limited_net.xml | 3 | ||||
| -rw-r--r-- | usr/src/cmd/svc/prophist/prophist.SUNWcsr | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/usr/src/cmd/svc/profile/generic_limited_net.xml b/usr/src/cmd/svc/profile/generic_limited_net.xml index f8e6357a89..bb2b56d345 100644 --- a/usr/src/cmd/svc/profile/generic_limited_net.xml +++ b/usr/src/cmd/svc/profile/generic_limited_net.xml @@ -209,9 +209,6 @@ <!-- non-default inetd(1M) services --> - <service name='network/tname' version='1' type='service'> - <instance name='default' enabled='false'/> - </service> <service name='network/uucp' version='1' type='service'> <instance name='default' enabled='false'/> </service> diff --git a/usr/src/cmd/svc/prophist/prophist.SUNWcsr b/usr/src/cmd/svc/prophist/prophist.SUNWcsr index 77bf3a49a8..51113a3218 100644 --- a/usr/src/cmd/svc/prophist/prophist.SUNWcsr +++ b/usr/src/cmd/svc/prophist/prophist.SUNWcsr @@ -20,7 +20,7 @@ # CDDL HEADER END # # -# Copyright 2006 Sun Microsystems, Inc. All rights reserved. +# Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # #ident "%Z%%M% %I% %E% SMI" @@ -625,7 +625,7 @@ instance_refresh svc:/milestone/multi-user-server:default # Add inetd_offline methods for some services for svc in chargen comsat daytime discard echo nfs/rquota rpc/gss rpc/rex \ rpc/ocfserv rpc/rstat rpc/rusers rpc/smserver rpc/spray rpc/wall \ - security/ktkt_warn talk time tname; do + security/ktkt_warn talk time; do prophist_addmeth svc:/network/$svc inetd_offline :kill_process 0 instance_refresh svc:/network/$svc:default done |
