Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 38264 | Differences between
and this patch

Collapse All | Expand All

(-)seyon-2.20c/config.h (-4 / +7 lines)
Lines 101-107 Link Here
101
#define HAVE_SELECT         YES
101
#define HAVE_SELECT         YES
102
#define LF_USE_ASCII_PID    YES
102
#define LF_USE_ASCII_PID    YES
103
#define LF_USE_DEV_NUMBERS  YES
103
#define LF_USE_DEV_NUMBERS  YES
104
#define LF_PATH             "/usr/spool/locks"
104
//#define LF_PATH             "/usr/spool/locks"
105
#define LF_PATH		    "/var/lock/uucp"
105
#define LF_PREFIX           "LK."
106
#define LF_PREFIX           "LK."
106
#endif
107
#endif
107
108
Lines 169-175 Link Here
169
#define HAVE_USLEEP         YES
170
#define HAVE_USLEEP         YES
170
#define LF_USE_ASCII_PID    YES
171
#define LF_USE_ASCII_PID    YES
171
#define LF_USE_DEV_NUMBERS  NO
172
#define LF_USE_DEV_NUMBERS  NO
172
#define LF_PATH             "/etc/locks"
173
#define LF_PATH             "/var/lock/seyon_locks"
173
#define LF_PREFIX           "LCK.."
174
#define LF_PREFIX           "LCK.."
174
#endif
175
#endif
175
176
Lines 199-205 Link Here
199
#define HAVE_SELECT         YES
200
#define HAVE_SELECT         YES
200
#define LF_USE_ASCII_PID    NO
201
#define LF_USE_ASCII_PID    NO
201
#define LF_USE_DEV_NUMBERS  NO
202
#define LF_USE_DEV_NUMBERS  NO
202
#define LF_PATH             "/usr/spool/locks"
203
//#define LF_PATH             "/usr/spool/locks"
204
#define LF_PATH		    "/var/lock/uucp"
203
#define LF_PREFIX           "LCK.."
205
#define LF_PREFIX           "LCK.."
204
#define B19200              16
206
#define B19200              16
205
#define B38400              17
207
#define B38400              17
Lines 319-325 Link Here
319
 */
321
 */
320
322
321
#ifndef LF_PATH
323
#ifndef LF_PATH
322
#define LF_PATH             "/usr/spool/uucp"
324
//#define LF_PATH             "/usr/spool/uucp"
325
#define LF_PATH		    "/var/lock/uucp"
323
#endif
326
#endif
324
327
325
/* 
328
/* 

Return to bug 38264