diff --git a/lib/ildus/config.rb b/lib/ildus/config.rb deleted file mode 100644 index 6e06db8..0000000 --- a/lib/ildus/config.rb +++ /dev/null @@ -1,22 +0,0 @@ -# = ildus/config.rb - Ildus setup configuration -# -# Copyright (C) 2005 Paul van Tilburg -# -# 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