Changeset 999 for TI05-delivery
- Timestamp:
- 24/05/06 11:55:24 (15 years ago)
- Location:
- TI05-delivery/trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TI05-delivery/trunk/src/Makefile
r973 r999 3 3 4 4 PREFIX=$(HOME)/opt/bbftp 5 CONFIG_OPTS=--prefix=$(PREFIX) --without-gzip --without-rfio --enable-authentication=private CPPFLAGS="-DNDG_AUTH" 5 CONFIG_OPTS=--prefix=$(PREFIX) --without-gzip --without-rfio --enable-authentication=private \ 6 CPPFLAGS="-DNDG_AUTH -DLOCAL_SYSLOG_FACILITY" 6 7 7 8 BBFTPD=bbftp-server-3.2.0/bbftpd -
TI05-delivery/trunk/src/bbftp-server-3.2.0/includes/daemon.h
r773 r999 61 61 ** Facility 62 62 */ 63 #ifdef LOCAL_SYSLOG_FACILITY 64 #define BBFTPD_FACILITY LOG_LOCAL0 65 #else 63 66 #define BBFTPD_FACILITY LOG_DAEMON 67 #endif 64 68 /* 65 69 ** Priorities they have to be ordered
Note: See TracChangeset
for help on using the changeset viewer.