home *** CD-ROM | disk | FTP | other *** search
/ ftp.f-secure.com / 2014.06.ftp.f-secure.com.tar / ftp.f-secure.com / gpl / fsio / fsio-bash / deb-bash-config.patch < prev    next >
Text File  |  2013-10-06  |  704b  |  19 lines

  1. --- bash-4.1/debian/patches/deb-bash-config.dpatch
  2. +++ bash-4.1/debian/patches/deb-bash-config.dpatch
  3. @@ -76,6 +76,15 @@ exit 0
  4.   
  5.   /* Define if you want the case-capitalizing operators (~[~]) and the
  6.      `capcase' variable attribute (declare -c). */
  7. +@@ -101,7 +101,7 @@
  8. +
  9. + /* Define if you want each line saved to the history list in bashhist.c:
  10. +    bash_add_history() to be sent to syslog(). */
  11. +-/* #define SYSLOG_HISTORY */
  12. ++#define SYSLOG_HISTORY
  13. + #if defined (SYSLOG_HISTORY)
  14. + #  define SYSLOG_FACILITY LOG_USER
  15. + #  define SYSLOG_LEVEL LOG_INFO
  16.  --- bash/config-bot.h.orig    2008-08-17 16:52:02.000000000 +0000
  17.  +++ bash/config-bot.h    2008-11-29 17:32:42.000000000 +0000
  18.  @@ -192,4 +192,4 @@
  19.