/etc/default/gdomap is in gnustep-base-runtime 1.24.0-1ubuntu3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | # Bourne shell compatible script, sourced by /etc/init.d/gdomap to set
# additional arguments for gdomap.
#
#
# The GNU Distributed Objects name server accepts the options:
# -C help about configuration
# -H general help
# -I pid file to write pid
# -L name perform lookup for name then quit.
# -M name machine name for -L and -N
# -N list all names registered on host
# -P number port number required for R option.
# -R name register name locally then quit.
# -T type port type for L, R and U options -
# tcp_gdo, udp_gdo,
# tcp_foreign, udp_foreign.
# -U name unregister name locally then quit.
# -a file use config file for interface list.
# -c file use config file for probe.
# -d extra debug logging (normally via syslog).
# -f avoid fork() to make debugging easy
# -i seconds re-probe at this interval (roughly), min 60
# -p disable probing for other servers
#
# Kill with SIGUSR1 to obtain a dump of all known peers in /tmp/gdomap.dump
#
GDOMAP_ARGS="-p"
|