Guest User

Untitled

a guest
Jul 18th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. $ vi config-top.h
  2. #define SYSLOG_HISTORY
  3. #if defined (SYSLOG_HISTORY)
  4. # define SYSLOG_FACILITY LOG_USER
  5. # define SYSLOG_LEVEL LOG_INFO
  6. #endif
  7.  
  8. ./configure
  9. make install
Add Comment
Please, Sign In to add comment