mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-12 17:43:41 +02:00
2018-08-10 Fred Gleason <fredg@paravelsystems.com>
* Changed installation location of caed(8), ripcd(8), rdcatchd(8) and rdrepld(8) from '@prefix@/bin' to '@prefix@/sbin'. * Removed code to detach from controlling terminal after startup from caed(8), ripcd(8), rdcatchd(8) and rdrepld(8). * Removed code to manage dropbox instances from rdcatchd(8). * Removed code to start service daemons automatically from user modules. * Added rdservice(8).
This commit is contained in:
@@ -28,14 +28,13 @@ MOC = @QT_MOC@
|
||||
moc_%.cpp: %.h
|
||||
$(MOC) $< -o $@
|
||||
|
||||
bin_PROGRAMS = rdcatchd
|
||||
sbin_PROGRAMS = rdcatchd
|
||||
|
||||
dist_rdcatchd_SOURCES = batch.cpp\
|
||||
catch_event.cpp catch_event.h\
|
||||
event_player.cpp event_player.h\
|
||||
local_macros.cpp\
|
||||
rdcatchd.cpp rdcatchd.h\
|
||||
startdropboxes.cpp
|
||||
rdcatchd.cpp rdcatchd.h
|
||||
|
||||
nodist_rdcatchd_SOURCES = moc_event_player.cpp\
|
||||
moc_rdcatchd.cpp
|
||||
|
Reference in New Issue
Block a user