Removed config.rb that should be generated setup-time.

git-svn-id: svn+ssh://svn.luon.net/svn/ildus/trunk@2 65a33f86-aa00-0410-91be-cd1bf5efb309
This commit is contained in:
paul 2005-09-13 19:19:07 +00:00
parent 3f0dff1084
commit cb0cf672bd
1 changed files with 0 additions and 22 deletions

View File

@ -1,22 +0,0 @@
# = ildus/config.rb - Ildus setup configuration
#
# Copyright (C) 2005 Paul van Tilburg <paul@luon.net>
#
# Ildus is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version 2 of the License, or (at your option)
# any later version.
#
# This file is automatically generated by the installer.
# Do not edit by hand!
module Ildus::Config
BIN_DIR = '/usr/bin'
CFG_DIR = '/etc'
LIB_DIR = '/usr/local/lib/site_ruby/1.8'
LOG_DIR = '/var/log/ildusd'
RUN_DIR = '/var/run/ildusd'
VAR_DIR = '/var/lib/ildusd'
end # module Ildus::Config