diff options
author | gww <none@none> | 2008-06-19 14:31:38 -0700 |
---|---|---|
committer | gww <none@none> | 2008-06-19 14:31:38 -0700 |
commit | ed1b5e112c41f518c77f86f3fb33b0edf43775cc (patch) | |
tree | ba59c4df23d82b3f04d9a234e07e3a531ba054b1 | |
parent | 308903890e892f9c21ee582e3a52fdd67e52870b (diff) | |
download | illumos-gate-ed1b5e112c41f518c77f86f3fb33b0edf43775cc.tar.gz |
6715808 In Indiana SBD for some ON services to run local only is undone
-rw-r--r-- | usr/src/cmd/rpcbind/bind.xml | 4 | ||||
-rw-r--r-- | usr/src/cmd/syslogd/system-log.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr/src/cmd/rpcbind/bind.xml b/usr/src/cmd/rpcbind/bind.xml index 7f4546c0cf..011892dec7 100644 --- a/usr/src/cmd/rpcbind/bind.xml +++ b/usr/src/cmd/rpcbind/bind.xml @@ -21,7 +21,7 @@ CDDL HEADER END - Copyright 2007 Sun Microsystems, Inc. All rights reserved. + Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. ident "%Z%%M% %I% %E% SMI" @@ -174,7 +174,7 @@ <propval name='local_only' type='boolean' - value='false' /> + value='true' /> <!-- to configure rpc/bind --> <propval name='value_authorization' type='astring' diff --git a/usr/src/cmd/syslogd/system-log.xml b/usr/src/cmd/syslogd/system-log.xml index f52e5f0f84..412a640269 100644 --- a/usr/src/cmd/syslogd/system-log.xml +++ b/usr/src/cmd/syslogd/system-log.xml @@ -20,7 +20,7 @@ CDDL HEADER END - Copyright 2006 Sun Microsystems, Inc. All rights reserved. + Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. ident "%Z%%M% %I% %E% SMI" @@ -129,7 +129,7 @@ <propval name='log_from_remote' type='boolean' - value='true' /> + value='false' /> <!-- authorization to modify the configuration properties --> <propval name='value_authorization' type='astring' |