hi, i wanted to change 2 properties of /network/finger i did so by using the inetadm command when i have a look at the properties by using the inetadm -l command it shows the right changes
inetadm -m finger user="xxx" inetadm -m finger exec="/etc/myscript xxx" bash-3.00# inetadm -l finger ..... isrpc=FALSE wait=FALSE exec="/etc/myscript xxx" user="xxx" default bind_addr="" ..... thats' okay!! BUT!!! scvprop has i think a problem with the widespace because it shows exec="/etc/myscript\ xxx". so at the end of myscript an backslash. when i use svccfg and type: select finger listprop the listprop command shows the wrong (the old) properties. and the finger command is in the maintenance status (maybe because of the backslash?!?!?!?) maintenance 10:27:13 svc:/network/finger:default 1) what can i do to fix this (the maintenance problem and the thing with the svccfg command, that it show the right properties) 2.) how can i change the .xml file (not with vi, with the svccfg command (i hope that this is possible)) thanks This message posted from opensolaris.org