This repository has been archived on 2020-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
ildus/lib/ildus/config.rb

23 lines
669 B
Ruby

# = 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