Contained WithinFind More DocumentationFeatured Support Resources | Download this book in PDF (8966 KB)
inetconv(1M)Name | Synopsis | Description | Options | Examples | Exit Status | Files | Attributes | See Also Name
Synopsisinetconv -? inetconv [-f] [-n] [-i srcfile] [-o destdir] inetconv -e [-n] [-i srcfile] DescriptionThe inetconv utility converts a file containing records of inetd.conf(4) into smf(5) service manifests, and then import those manifests into the smf repository. Once the inetd.conf file has been converted, the only way to change aspects of an inet service is to use the inetadm(1M) utility. There is a one-to-one correspondence between a service line in the input file and the manifest generated. By default, the manifests are named using the following template: <svcname>-<proto>.xml The <svcname> token is replaced by the service's name and the <proto> token by the service's protocol. Any slash (/) characters that exist in the source line for the service name or protocol are replaced with underscores (_). The service line is recorded as a property of the converted service. During the conversion process, if a service line is found to be malformed or to be for an internal inetd service, no manifest is generated and that service line is skipped. The input file is left untouched by the conversion process. Options
The following options are supported: ExamplesExample 1 Generating smf Manifests from inetd.confThe following command generates smf(5) manifests from inetd.conf(4) and places them in /var/tmp, overwriting any preexisting manifests of the same name, and then imports them into the smf repository. # inetconv -f -o /var/tmp 100232/10 -> /var/tmp/100232_10-rpc_udp.xml Importing 100232_10-rpc_udp.xml ...Done telnet -> /var/tmp/telnet-tcp6.xml Importing telnet-tcp6.xml ...Done Example 2 Generating Manifests from an Alternate Input FileThe following command specifies a different input file and does not load the resulting manifests into the smf repository. # inetconv -n -i /export/test/inet.svcs -o /var/tmp 100232/10 -> /var/tmp/100232_10-rpc_udp.xml telnet -> /var/tmp/telnet-tcp6.xml Exit Status
The following exit values are returned: FilesAttributesSee attributes(5) for descriptions of the following attributes:
See AlsoSunOS 5.10 Last Revised 21 Oct 2004Name | Synopsis | Description | Options | Examples | Exit Status | Files | Attributes | See Also |
||||||