~ubuntu-branches/ubuntu/utopic/gnustep-base/utopic

« back to all changes in this revision

Viewing changes to debian/gdomap.default

  • Committer: Package Import Robot
  • Author(s): Paul Gevers
  • Date: 2014-07-19 13:02:18 UTC
  • mfrom: (20.1.6 utopic-proposed)
  • Revision ID: package-import@ubuntu.com-20140719130218-pn967l7wzjjf90yi
Tags: 1.24.6-2ubuntu1
* debian/rules:
  - Print the config.log if configure fails to debug
    powerpc/ppc64el FTBFS. (LP: #1277975)

Show diffs side-by-side

added added

removed removed

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