History log of /external/ltp/testcases/commands/logrotate/logrotate_tests.sh
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f724c4a92d20aed757a776597c618a31cc351bcc 07-Jul-2015 Cui Bixuan <cuibixuan@huawei.com> commands/logrotate: remove /etc/logrotate.d/ include

So that the test rotates only "tst_logfile" test file.

Signed-off-by: Alexey Kodanev <alexey.kodanev@oracle.com>
Signed-off-by: Cui Bixuan <cuibixuan@huawei.com>
/external/ltp/testcases/commands/logrotate/logrotate_tests.sh
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/commands/logrotate/logrotate_tests.sh
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/commands/logrotate/logrotate_tests.sh
9ebaf85e183741418b4ea5af9e61f49ca2e064ed 11-May-2012 Peng Haitao <penght@cn.fujitsu.com> logrotate01: fix a bug of config file's permission is wrong

config file's permission should be 644, please refer to:
https://fedorahosted.org/logrotate/changeset/302

Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>
Reviewed-by: Caspar Zhang <caspar@casparzhang.com>
Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
/external/ltp/testcases/commands/logrotate/logrotate_tests.sh
39552a0e2358f86ae27297db3c530fca98c2d5a9 21-Oct-2008 subrata_modak <subrata_modak> Fix some bashisms. Jiri Palecek <jpalecek@web.de>.
/external/ltp/testcases/commands/logrotate/logrotate_tests.sh
c864960ed4bfa8d119afbc1a7f92be5ca590ec89 27-Aug-2008 subrata_modak <subrata_modak> When packaging LTP with rpmlinit, rpmlinit complains about several scripts which don't have Shebang on the head of the file. Some files didn't have a Shebang at all. Signed-off-by: Daniel Gollub <dgollub@suse.de>.
/external/ltp/testcases/commands/logrotate/logrotate_tests.sh
d6fe1e460178252fde87d9819f25740f329f63d7 18-Apr-2007 subrata_modak <subrata_modak> Changes to include 'egrep' as pointed out by 'kmaffey' [LTP Bug no. 1701305, logrotate_tests.sh fails on CentOS 4.4]
/external/ltp/testcases/commands/logrotate/logrotate_tests.sh
46d75567e70792eafbf97b79302b974d04cfe790 07-Apr-2003 robbiew <robbiew> Applied Dan Kegel's `ash` compatibility patch.
/external/ltp/testcases/commands/logrotate/logrotate_tests.sh
c4f35fc3047c434286b6a7a8e5c592016f77dadd 01-Mar-2003 iyermanoj <iyermanoj> I was not removing tst_logrotate.658 correctly. Fixed the code.
/external/ltp/testcases/commands/logrotate/logrotate_tests.sh
1f1949e37e7d23b3973f1f990d4303ada02dab4c 01-Mar-2003 iyermanoj <iyermanoj> Modified. Test case to use functions.
/external/ltp/testcases/commands/logrotate/logrotate_tests.sh
f30ae5cc596ac8121d18567728103b062e07f133 01-Feb-2003 iyermanoj <iyermanoj> print info message that this test will take 10 - 15 mts...
/external/ltp/testcases/commands/logrotate/logrotate_tests.sh
1c2d6cbdd00ab5cb450fba66b01d39c52b4ed231 24-Dec-2002 iyermanoj <iyermanoj> Minor mod
/external/ltp/testcases/commands/logrotate/logrotate_tests.sh
7fe6e3e94c107c2a78d6f0a0bddead2a48678559 24-Dec-2002 iyermanoj <iyermanoj> Added test #2
/external/ltp/testcases/commands/logrotate/logrotate_tests.sh
ae806550fb99fcb925bf5aa96ce29a26566768cd 24-Dec-2002 iyermanoj <iyermanoj> Added new test to test logrotate.
/external/ltp/testcases/commands/logrotate/logrotate_tests.sh