Jens Elkner wrote: > What: Add the following line to your /etc/inetd.conf: > > tftp dgram udp6 wait root /usr/sbin/in.tftpd in.tftpd -s > /pool1/tftpboot > > Now start inetconv to create an appropriate svc manifest. On success one will > get /var/svc/manifest/network/tftp-udp6.xml . Inspecting this file reveals, > that inetconv > failed to take over the correct tftp home directory parameter, i.e. it uses > /tftpboot instead of /pool1/tftpboot ... >
I think you're expecting a bit much from inetconv; it provides a really simple conversion based on the semantics of the fields in inetd.conf, in which all that last field provides is a set of command-line arguments specific to the service. It's possible the service generated will require further customization in order to function correctly, which perhaps we should make a point of in the inetconv man page. In general, it's a losing proposition for inetconv to be attempting to divine the meaning of random service commands. Dave