services: inetd: Export accessors.
* gnu/services/networking.scm: Export inetd-configuration?, inetd-configuration-program, inetd-configuration-entries, inetd-entry?, inetd-entry-node, inetd-entry-name, inetd-entry-socket-type, inetd-entry-protocol, inetd-entry-wait?, inetd-entry-user, inetd-entry-program and inetd-entry-arguments. Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
0e3bb48d36
commit
ca52cdd647
gnu/services
|
@ -122,7 +122,19 @@
|
||||||
openntpd-service-type
|
openntpd-service-type
|
||||||
|
|
||||||
inetd-configuration
|
inetd-configuration
|
||||||
|
inetd-configuration?
|
||||||
|
inetd-configuration-program
|
||||||
|
inetd-configuration-entries
|
||||||
inetd-entry
|
inetd-entry
|
||||||
|
inetd-entry?
|
||||||
|
inetd-entry-node
|
||||||
|
inetd-entry-name
|
||||||
|
inetd-entry-socket-type
|
||||||
|
inetd-entry-protocol
|
||||||
|
inetd-entry-wait?
|
||||||
|
inetd-entry-user
|
||||||
|
inetd-entry-program
|
||||||
|
inetd-entry-arguments
|
||||||
inetd-service-type
|
inetd-service-type
|
||||||
|
|
||||||
opendht-configuration
|
opendht-configuration
|
||||||
|
|
Reference in New Issue