File: example-dmrc

package info (click to toggle)
dmachinemon 0.11
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,312 kB
  • ctags: 277
  • sloc: ansic: 2,571; sh: 2,476; makefile: 218
file content (12 lines) | stat: -rw-r--r-- 319 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
# ~/.dmrc example.
# This is a sample configuration for dmrc, for dm* scripts.
# Created 25 Dec 2001 Junichi Uekawa
# $Id: example-dmrc,v 1.1 2001/12/25 14:22:26 dancer Exp $
DMACHINELIST=~/.dmachinelist

# configure the following for your setup.
CLIENTPORT=$(($(id --user) * 2 + 1024))
NODEPORT=$((CLIENTPORT + 1))