#!/bin/sed -f

# This file contains the compile-time configurations
# Some files in the distribution are generated from a template with these settings

# The location of the configuration file
s:%%CONFIGFILE%%:/etc/pringd.conf:g

# The location of the modem device
s:%%MODEM%%:/dev/ttyS2:g

# The join time
s:%%JOINTIME%%:0:g

# The location of the pid file
s:%%PIDFILE%%:/var/run/pringd.pid:g

# The log level
s:%%LOGLEVEL%%:2:g

# The command shell
s:%%SHELL%%:/bin/sh:g
