From 76115f17d0833a217abc6f0613446012e496b7ce Mon Sep 17 00:00:00 2001 From: lissav Date: Fri, 1 Mar 2013 13:39:11 +0000 Subject: [PATCH] add crontab -l git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@15333 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/sbin/xcatsnap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/sbin/xcatsnap b/xCAT-server/sbin/xcatsnap index 448c32cce..f895d4ea9 100755 --- a/xCAT-server/sbin/xcatsnap +++ b/xCAT-server/sbin/xcatsnap @@ -217,7 +217,7 @@ sub snap_it { @Commands_array = ( "uname -a","ifconfig -a","netstat -in","netstat -rn","env", "reventlog -a","lsmod","/sbin/lspci","lssrc -a","rpm -qa", - "ls $installdir", + "ls $installdir","/bin/crontab -l", "find /tftpboot -size -32k","ls -lR $xcatroot", "arp -a","ps -edlf","ps -aux","ulimit -a","df -k","oslevel", "netstat -A","errpt -a","/usr/sbin/instfix -i", @@ -227,7 +227,7 @@ sub snap_it { @Commands_array = ( "uname -a","ifconfig -a","netstat -in","netstat -rn","env", "reventlog -a","lsmod","/sbin/lspci","lssrc -a","rpm -qa", - "ls $installdir", + "ls $installdir","/usr/bin/crontab -l", "find /tftpboot -size -32k","ls -lR $xcatroot", "arp -a","ps -edlf","ps -aux","ulimit -a","df -k", "cat /etc/issue","lsxcatd -a");