parent
98601ff11a
commit
19295bf7da
5 changed files with 2 additions and 15 deletions
|
|
@ -38,10 +38,7 @@ install-systemd: _install
|
|||
install -p -m 644 koji-sweep-db.timer $(DESTDIR)$(SYSTEMDSYSTEMUNITDIR)
|
||||
|
||||
install-sysv: _install
|
||||
mkdir -p $(DESTDIR)/etc/rc.d/init.d
|
||||
install -p -m 755 kojira.init $(DESTDIR)/etc/rc.d/init.d/kojira
|
||||
|
||||
mkdir -p $(DESTDIR)/etc/sysconfig
|
||||
install -p -m 644 kojira.sysconfig $(DESTDIR)/etc/sysconfig/kojira
|
||||
# no more utils support for sysv
|
||||
true
|
||||
|
||||
install: install-$(TYPE)
|
||||
|
|
|
|||
|
|
@ -14,8 +14,6 @@
|
|||
# Check that we're a privileged user
|
||||
[ `id -u` = 0 ] || exit 0
|
||||
|
||||
[ -f /etc/sysconfig/kojira ] && . /etc/sysconfig/kojira
|
||||
|
||||
prog="kojira"
|
||||
|
||||
# Check that networking is up.
|
||||
|
|
|
|||
|
|
@ -1,4 +0,0 @@
|
|||
FORCE_LOCK=Y
|
||||
KOJIRA_DEBUG=N
|
||||
KOJIRA_VERBOSE=Y
|
||||
RUNAS=root
|
||||
Loading…
Add table
Add a link
Reference in a new issue