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 >
Wrap
Text File
|
2013-10-06
|
704b
|
19 lines
--- bash-4.1/debian/patches/deb-bash-config.dpatch
+++ bash-4.1/debian/patches/deb-bash-config.dpatch
@@ -76,6 +76,15 @@ exit 0
/* Define if you want the case-capitalizing operators (~[~]) and the
`capcase' variable attribute (declare -c). */
+@@ -101,7 +101,7 @@
+
+ /* Define if you want each line saved to the history list in bashhist.c:
+ bash_add_history() to be sent to syslog(). */
+-/* #define SYSLOG_HISTORY */
++#define SYSLOG_HISTORY
+ #if defined (SYSLOG_HISTORY)
+ # define SYSLOG_FACILITY LOG_USER
+ # define SYSLOG_LEVEL LOG_INFO
--- bash/config-bot.h.orig 2008-08-17 16:52:02.000000000 +0000
+++ bash/config-bot.h 2008-11-29 17:32:42.000000000 +0000
@@ -192,4 +192,4 @@