Changes to image since img-v9u3-07-0.8 Update Kernel version to SunOS image 5.9 Generic_112233-07 Update UOAbind package to 9.2.2-1.4 ---------------------------------------------------------------- Changes to image since img-v9u3-06-0.7 Update UOAbind package to 9.2.2-1.2 ----------------------------------------------------------------- Changes to image since img-v9u3-06-0.6 Replace Network Time Server IP, with a nickname (ntp), that *should* be declared in /etc/inet/hosts, during the postinstall procedures --- /var/spool/cron/crontabs/root 2003-07-12 11:48:29.050718659 +0300 +++ /tmp/root 2003-07-12 11:48:51.553954600 +0300 @@ -6,4 +6,4 @@ # daylight savings time changes. # 10 3 * * * /usr/sbin/logadm -47 1,7,13,19 * * * [ -x /usr/sbin/ntpdate ] && /usr/sbin/ntpdate ####.####.####.#### > /dev/null 2>&1 +47 1,7,13,19 * * * [ -x /usr/sbin/ntpdate ] && /usr/sbin/ntpdate ntp > /dev/null 2>&1 Modify /etc/skel/.cshrc and /home/admin/.cshrc --- /etc/skel/.cshrc 2003-06-06 17:47:24.000000000 +0300 +++ /tmp/.cshrc 2003-07-12 12:01:07.813248520 +0300 @@ -1,5 +1,16 @@ umask 022 -set path=(/usr/local/bin /bin /usr/bin /usr/sbin /usr/sfw/bin /usr/css/bin .) +set lpath =( ) +set lpath=($lpath /usr/local/sbin /usr/local/bin ) +set lpath=($lpath /usr/sbin /sbin /usr/bin ) +set lpath=($lpath /usr/sfw/sbin /usr/sfw/bin ) +set lpath=($lpath /usr/platform/sun4u/sbin ) +set lpath=($lpath /opt/sfw/sbin /opt/sfw/bin ) +set lpath=($lpath /opt/SUNWconn/crypto/sbin /opt/SUNWconn/crypto/bin ) +set lpath=($lpath /usr/ccs/bin /usr/xpg4/bin ) +set lpath=($lpath /opt/Bind/sbin /opt/Bind/bin ) +set lpath=($lpath /home/admin/bin ) +set path=($lpath . ) + if ( $?prompt ) then set savehist=500 set history=500 @@ -11,7 +22,6 @@ bindkey history-search-backward bindkey history-search-forward endif - alias fixterm 'set term=xterm;stty rows \!:2;stty columns \!:1' alias rr 'eval `resize -c`' alias ls ls-F endif Modify /etc/skel/.cshrc and /home/admin/.cshrc (There are some tcsh specific commands.) --- /tmp/2 2003-07-12 22:40:30.782205390 +0300 +++ /tmp/1 2003-07-12 22:43:26.567102520 +0300 @@ -14,14 +14,16 @@ if ( $?prompt ) then set savehist=500 set history=500 - set color = 'ls-F' - set histdup = 'prev' - set autolist = 'ambiguous' - set prompt = '%?:%n@%m:%c4%#' if ( $?tcsh ) then + set color = 'ls-F' + set histdup = 'prev' + set autolist = 'ambiguous' + set prompt = '%?:%n@%m:%c4%#' + bindkey history-search-backward bindkey history-search-forward + + alias ls ls-F endif alias rr 'eval `resize -c`' - alias ls ls-F endif ---------------------------------------------------------------- Changes to image since img-v9u3-06-0.5 Added UOAsnoop --> Solaris Network sniffer (snoop) ----------------------------------------------------------------- Changes to image since img-v9u3-06-0.4 *** /etc/logadm.conf Tue Jun 17 14:55:32 2003 --- /tmp/logadm.conf Tue Jun 17 14:56:00 2003 *************** *** 18,24 **** # logadm typically runs early every morning via an entry in # root's crontab (see crontab(1)). # - /var/log/syslog -C 8 -a 'kill -HUP `cat /var/run/syslog.pid`' /var/adm/messages -C 4 -a 'kill -HUP `cat /var/run/syslog.pid`' /var/cron/log -c -s 512k -t /var/cron/olog /var/lp/logs/lpsched -C 2 -N -t '$file.$N' --- 18,23 ----