blob: fb307063728deec8c7edd208d8ae352ae06dd225 (
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-misc/gnugk/files/gnugk.confd,v 1.1.1.1 2005/11/30 09:54:58 chriswhite 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}"
|