blob: 3676afbe9bb488b187fddd5a168e4a5f3de4e58f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-voip/gnugk/files/gnugk.confd,v 1.1 2007/04/14 07:56:56 genstef Exp $
#
# see gnugk --help for a complete list of options
#
OPTS=""
### DON'T EDIT ANYTHING BELOW ###
OPTIONS="-c /etc/gnugk/gnugk.ini --pid /var/run/gnugk.pid ${OPTS}"
|