Made cdrskin configuration more friendly to other distros

This commit is contained in:
Mario Danic 2006-12-10 16:32:19 +00:00
vecāks c4c571f7e3
revīzija 9a0442b60c
1 mainīti faili ar 3 papildinājumiem un 2 dzēšanām

Parādīt failu

@ -1352,11 +1352,12 @@ int Cdrtrack_has_input_left(struct CdrtracK *track, int flag)
/* --------------------------------------------------------------------- */
/** The list of startup file names */
#define Cdrpreskin_rc_nuM 3
#define Cdrpreskin_rc_nuM 4
static char Cdrpreskin_sys_rc_nameS[Cdrpreskin_rc_nuM][80]= {
"/etc/default/cdrskin",
"/etc/opt/cdrskin/rc",
"/etc/cdrskin/cdrskin.conf",
"placeholder for $HOME/.cdrskinrc"
};
@ -2022,7 +2023,7 @@ set_dev:;
"Preconfigured arguments are read from the following startup files\n");
printf(
"if they exist and are readable. The sequence is as listed here:\n");
printf(" /etc/default/cdrskin /etc/opt/cdrskin/rc $HOME/.cdrskinrc\n");
printf(" /etc/default/cdrskin /etc/opt/cdrskin/rc /etc/cdrskin/cdrskin.conf $HOME/.cdrskinrc\n");
printf("Each file line is a single argument. No whitespace.\n");
printf(
"By default any argument that does not match grep '^-.' or '=' is\n");