From cb0cf672bdada323865a39853042fae61122709a Mon Sep 17 00:00:00 2001 From: paul Date: Tue, 13 Sep 2005 19:19:07 +0000 Subject: [PATCH] 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 --- lib/ildus/config.rb | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 lib/ildus/config.rb 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