History log of /external/ltp/testcases/kernel/syscalls/syslog/syslog08
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4548c6cf9bcdd96d8303caa4130ab638b61f8a30 19-Oct-2012 Wanlong Gao <gaowanlong@cn.fujitsu.com> Update FSF address

find . -type f -exec sed -i 's/675 Mass Ave, Cambridge, MA 02139, USA/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA/g' {} \;
find . -type f -exec sed -i 's/59 Temple Place, Suite 330, Boston, MA 02111-1307 USA/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA/g' {} \;

Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
/external/ltp/testcases/kernel/syscalls/syslog/syslog08
37550cf5a86c7ca7424a2a318dd64e550f13f5df 18-Oct-2012 Chris Dearman <chris@mips.com> Remove whitespace at end of line

This is a scripted change done using the following command:

find . -type d -name .git -prune -o \
-type f \! -name \*\~ \! -name .\#\* \
\! -name \*.gz \! -name \*.pdf \! -name \*.patch -print0 | \
xargs -0 sed -i -e 's/[\t ]*$//'

Signed-off-by: Chris Dearman <chris@mips.com>
/external/ltp/testcases/kernel/syscalls/syslog/syslog08
246be6ca42596b0b59f237c845638c1f92361f35 23-Nov-2010 Garrett Cooper <yanegomi@gmail.com> Refactor syslog tests.

Most core logic remains in the scripts, whereas the non-essential testcase
logic has been moved to syslog-lib.sh.

Whitespace, other fun cleanup, etc included.

Testcases 02 and 03 aren't passing.

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
/external/ltp/testcases/kernel/syscalls/syslog/syslog08
794c4ee8246bb53bf30f93e920535eaa31329aca 28-Apr-2009 subrata_modak <subrata_modak> Fix collateral damage caused by recent coding style cleanups. Signed-off-by: Jiri Palecek <jpalecek@web.de>.
/external/ltp/testcases/kernel/syscalls/syslog/syslog08
56207cec7732e09c216c751c0b5f88a242bacae6 23-Mar-2009 subrata_modak <subrata_modak> Coding Syle Cleanups. Signed-Off-By: <michal.simek@petalogix.com>.
/external/ltp/testcases/kernel/syscalls/syslog/syslog08
23d820a1eb5c61c52039f4c50b0eff34abd56f5f 22-Jan-2009 subrata_modak <subrata_modak> [PATCH 6/6] Change the message and return value used to report missing supported syslog daemon.
- note rsyslog in the message,
- use TCONF to report unsuitable configuration,
- return 0, which corresponds to other tests failing on TCONF,
Signed-off-by: Jiri Palecek <jpalecek@web.de>.
/external/ltp/testcases/kernel/syscalls/syslog/syslog08
2e1e372c8ec20d8d95f02179f25fd84aff43666a 22-Jan-2009 subrata_modak <subrata_modak> [PATCH 5/6] Add support for rsyslog in not-syslog-compatible mode: This adds the configuration directive: $ModLoad imuxsock.so; to the beginning of the syslog configuration file when using rsyslog. Signed-off-by: Jiri Palecek <jpalecek@web.de>.
/external/ltp/testcases/kernel/syscalls/syslog/syslog08
bf3bf8c025eed6e1909f04ba234c83e988b79e62 22-Jan-2009 subrata_modak <subrata_modak> [PATCH 3/6] Fix paths for detecting syslog daemons: Allow /usr/sbin/syslog-ng as path to syslog-ng, because this is the path used in Debian syslog-ng packages. Also, detect /sbin/rsyslogd as rsyslog, which is its location on Fedora. Signed-off-by: Jiri Palecek <jpalecek@web.de>.
/external/ltp/testcases/kernel/syscalls/syslog/syslog08
3430b75a82baecc5e0382e29b41f223a7dc46061 22-Jan-2009 subrata_modak <subrata_modak> [PATCH 1/6] Do not cleanup if it doesn't make sense: This is the first from the series of minor patches to syslog tests. Parts inspired by CAI Qian's remarks. Resend due to line-wrapping problems.
- Check for existence of the backup file before moving it back,
- Do not restart syslog daemon, if syslog command was not found,
Signed-off-by: Jiri Palecek <jpalecek@web.de>.
/external/ltp/testcases/kernel/syscalls/syslog/syslog08
dc32873e66358c53ba5254c88ea8bb75cb6017bf 20-Jan-2009 subrata_modak <subrata_modak> This patch fixes the syslog tests on Debian. The tests currently fail on Debian, because they check for a nonexistent file. Besides that, this patch adds rsyslogd as another possibility to supported syslog daemons. The patch changes the detection of syslog_cmd and CONFIG_FILE names; they are all detected by checking for possible files. I have not tested it on a different distro than Debian, but it should work on them too. Signed-Off-By: Jiri Palecek <jpalecek@web.de>.
/external/ltp/testcases/kernel/syscalls/syslog/syslog08
c12b097cb083490fb80b3fe0a71a3d7a6c1d2ee1 09-Jul-2007 subrata_modak <subrata_modak> "naveenspen@gmail.com" pointed out that syslog_cmd="/etc/init.d/syslog" should be used irrespective of any Distro
/external/ltp/testcases/kernel/syscalls/syslog/syslog08
bf75d79cd360ccc73b87127bd7fdc966de0a6fcb 08-Dec-2006 vapier <vapier> use = rather than == when testing for equality in portable shell scripts as the latter is not POSIX
/external/ltp/testcases/kernel/syscalls/syslog/syslog08
01dd4ac224f38a7549cfe45a6afc4ae4a214465e 27-Jul-2006 mreed10 <mreed10> This is a Fix for Bug 21134 with SLES 10. Now the syslog tests will test syslog-ng or syslogd depending on which one is present. The update was made for syslog01 - syslog10.
/external/ltp/testcases/kernel/syscalls/syslog/syslog08
4e4b66a8cd0b325f53701d2518400844509b0adf 26-Feb-2006 vapier <vapier> make sure we return after the TCID/TST variables are exported
/external/ltp/testcases/kernel/syscalls/syslog/syslog08
6dbd00307b7ab0b08f8aebc11b6eec684ed89bc5 22-Feb-2006 mridge <mridge> Fix for defect 21134, SLES10 looks for syslog-ng instead of syslogd
/external/ltp/testcases/kernel/syscalls/syslog/syslog08
116eb22b2a6fbdf7f7504086803e50e4579b5e9b 19-Feb-2006 vapier <vapier> if syslog is not installed, skip the tests
/external/ltp/testcases/kernel/syscalls/syslog/syslog08
e3f08f182155c1d8e57d15fc89518100c6d52c64 01-Jul-2003 robbiew <robbiew> Applied Paul's change to syslog01 to the remaining syslog script tests.
/external/ltp/testcases/kernel/syscalls/syslog/syslog08
e1bf5cb160d27fd71a0a6428d863f0d58141eb5d 20-Jun-2003 robbiew <robbiew> Corrected some logic errors with retrieving the return code from some
if statements.
/external/ltp/testcases/kernel/syscalls/syslog/syslog08
8d694f677f144c34aba9054c568b4b7d01305746 17-Jun-2003 robbiew <robbiew> Added support for Debian systems.
/external/ltp/testcases/kernel/syscalls/syslog/syslog08
578d4e95d56ba10ca14097236886bda53d6f26eb 05-Jun-2003 robbiew <robbiew> Removed CVS crap!!
/external/ltp/testcases/kernel/syscalls/syslog/syslog08
c78159b5f57e65e881ff38a2d808201edf0588e1 05-Jun-2003 robbiew <robbiew> Removed check for successful syslog restart, b/c race condition occurs on
distros that restart 2 daemons (syslog and klog), instead of 1.
/external/ltp/testcases/kernel/syscalls/syslog/syslog08
dbbb754a62455fa32e089d985e31eab713842207 04-Jun-2003 robbiew <robbiew> Made the syslog tests safer...especially when they fail.
/external/ltp/testcases/kernel/syscalls/syslog/syslog08
b209f5b9c1f9a202468009b154bd4388191333e8 30-May-2003 robbiew <robbiew> Added code to check for other currently running syslog tests and wait until
they finish before starting. Resolves bug#745445
/external/ltp/testcases/kernel/syscalls/syslog/syslog08
62cbba0e5373ba310258360331dfa79cf7ea9f60 03-May-2003 iyermanoj <iyermanoj> Modified tests to check for existance of /var/log/<logfiles> and syslogd etc before running the tests
/external/ltp/testcases/kernel/syscalls/syslog/syslog08
ba13ae7cb4d2b520715461e481bfbc405555187d 02-May-2003 iyermanoj <iyermanoj> Modified test to use api-commands and also fixed bugs
/external/ltp/testcases/kernel/syscalls/syslog/syslog08
0ed35013772551ae9aaedc73d3da6340ffe1d880 07-Apr-2003 robbiew <robbiew> Applied patch from Dan Kegel to allow tests to run under `ash`.
/external/ltp/testcases/kernel/syscalls/syslog/syslog08
f6b3e38b1cec3a04ad28e88f0a3c593096216ba0 12-Dec-2002 robbiew <robbiew> Made changes to allow the tests to execute in pan.
/external/ltp/testcases/kernel/syscalls/syslog/syslog08
bca76a9aa575c5a54fb4fc2d0b29b14fd7a5367b 11-Dec-2002 robbiew <robbiew> Corrected bug in backup code for syslog.conf original file.
/external/ltp/testcases/kernel/syscalls/syslog/syslog08
6f90ff3a70d6e330258a175d4604600bb4b06c03 10-Dec-2002 robbiew <robbiew> Initial checkin of syslog tests ported by David Barrera <dbarrera@us.ibm.com>
/external/ltp/testcases/kernel/syscalls/syslog/syslog08