let lcdproc & lcdexec have their own private config file;
install server & client config files to $(sysconfdir) (using automake features)
This commit is contained in:
@@ -33,7 +33,12 @@
|
||||
|
||||
#include "menu.h"
|
||||
|
||||
#define DEFAULT_CONFIGFILE "/etc/LCDclients.conf"
|
||||
#if !defined(SYSCONFDIR)
|
||||
# define SYSCONFDIR "/etc"
|
||||
#endif
|
||||
|
||||
#define DEFAULT_CONFIGFILE SYSCONFDIR "/lcdexec.conf"
|
||||
|
||||
|
||||
char * help_text =
|
||||
"lcdexec - LCDproc client to execute commands from the LCDd menu.\n"
|
||||
|
||||
Reference in New Issue
Block a user