First page Back Continue Last page Summary Graphics
Step 2: DataStore processing
Example
PSGConf::DataStore::ConfigFile reads the following config statements:
- inetd->set({
- "ftp/tcp" => {
- server => "/usr/sbin/in.ftpd"
- }
- });
- tcp_wrappers->set([
- [ "in.ftpd", all, rfc931, allow ],
- [ all, all, rfc931, deny ]
- ]);