pushd "$ROOT" > /dev/null patch -p0 << ENDPATCH12341234 --- /dev/null 2004-09-09 04:05:24.000000000 -0400 +++ etc/fstab 2005-07-10 20:45:39.000000000 -0400 @@ -0,0 +1 @@ +none /proc proc defaults 0 0 --- /dev/null 2004-09-09 04:05:24.000000000 -0400 +++ etc/mtab 2005-07-10 21:32:29.000000000 -0400 @@ -0,0 +1,2 @@ +none /proc proc rw 0 0 +none /proc proc rw 0 0 --- /dev/null 2004-09-09 04:05:24.000000000 -0400 +++ etc/sysconfig/network 2005-07-10 20:39:54.000000000 -0400 @@ -0,0 +1,3 @@ +NETWORKING=yes +HOSTNAME=testserver +GATEWAY=192.168.1.1 --- /dev/null 2004-09-09 04:05:24.000000000 -0400 +++ etc/resolv.conf 2005-07-10 21:41:06.000000000 -0400 @@ -0,0 +1 @@ +nameserver 192.168.1.1 --- /dev/null 2004-09-09 04:05:24.000000000 -0400 +++ etc/hosts 2005-07-11 17:51:49.000000000 -0400 @@ -0,0 +1,3 @@ +# Do not remove the following line, or various programs +# that require network functionality will fail. +127.0.0.1 testserver localhost.localdomain localhost --- /dev/null 2004-09-09 04:05:24.000000000 -0400 +++ root/.bash_profile 2005-07-11 15:03:02.000000000 -0400 @@ -0,0 +1,18 @@ +# .bash_profile + +# Get the aliases and functions +if [ -f ~/.bashrc ]; then + . ~/.bashrc +fi + +# User specific environment and startup programs + +PATH=$PATH:$HOME/bin +BASH_ENV=$HOME/.bashrc +USERNAME="root" + +export USERNAME BASH_ENV PATH + +export LANG=en_US.iso885915 + + --- /dev/null 2004-09-09 04:05:24.000000000 -0400 +++ root/.bashrc 2005-07-11 15:03:02.000000000 -0400 @@ -0,0 +1,16 @@ +# .bashrc + +# User specific aliases and functions + +alias rm='rm -i' +alias cp='cp -i' +alias mv='mv -i' + +alias dir='ls -al' +alias pico=nano +alias pt='pstree -hup' + +# Source global definitions +if [ -f /etc/bashrc ]; then + . /etc/bashrc +fi ENDPATCH12341234 popd > /dev/null -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Partner & Sr. Manager 7 West 24th Street #100 - - +1 (443) 921-0381 Baltimore, Maryland 21218 - - - -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, purge the message from your system and notify the sender immediately. Any other use of the email by you is prohibited. _______________________________________________ Rpm-list mailing list Rpm-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/rpm-list