Changeset 10189
- Timestamp:
- 08/21/08 17:59:21 (5 years ago)
- Location:
- src/router
- Files:
-
- 3 edited
-
rc/init.c (modified) (1 diff)
-
rc/services.c (modified) (5 diffs)
-
shared/utils.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/router/rc/init.c
r10186 r10189 841 841 #endif 842 842 cprintf( "start syslog\n" ); 843 #if ndef HAVE_SYSLOG843 #ifdef HAVE_SYSLOG 844 844 startstop( "syslog" ); 845 845 #endif -
src/router/rc/services.c
r10186 r10189 95 95 eval( "/etc/config/proftpd.startup" ); 96 96 #endif 97 #if ndef HAVE_SYSLOG97 #ifdef HAVE_SYSLOG 98 98 handle = start_service_nofree( "syslog", handle ); 99 99 #endif … … 202 202 handle = stop_service_nofree( "tftpd", handle ); 203 203 #endif 204 #if ndef HAVE_SYSLOG204 #ifdef HAVE_SYSLOG 205 205 handle = stop_service_nofree( "syslog", handle ); 206 206 #endif … … 401 401 #endif 402 402 handle = startstop_nofree( "udhcpd", handle ); 403 #if ndef HAVE_SYSLOG403 #ifdef HAVE_SYSLOG 404 404 handle = startstop_nofree( "syslog", handle ); 405 405 #endif … … 454 454 handle = startstop_nofree( "firewall", handle ); 455 455 handle = startstop_nofree( "wshaper", handle ); 456 #if ndef HAVE_SYSLOG456 #ifdef HAVE_SYSLOG 457 457 handle = startstop_nofree( "syslog", handle ); 458 458 #endif … … 577 577 handle = stop_service_nofree( "cron", handle ); 578 578 handle = startstop_nofree( "firewall", handle ); 579 #if ndef HAVE_SYSLOG579 #ifdef HAVE_SYSLOG 580 580 handle = startstop_nofree( "syslog", handle ); 581 581 #endif -
src/router/shared/utils.h
r10186 r10189 671 671 void rmmod( char *module ); 672 672 673 #if def HAVE_SYSLOG673 #ifndef HAVE_SYSLOG 674 674 #define dd_syslog(a, args...) do { } while(0); 675 675 #else
Note: See TracChangeset
for help on using the changeset viewer.
