diff options
| author | Jeremy Katz <katzj@redhat.com> | 2002-08-19 19:34:36 +0000 |
|---|---|---|
| committer | Jeremy Katz <katzj@redhat.com> | 2002-08-19 19:34:36 +0000 |
| commit | d806362fa9723e7dc105235876b6ecfa95e57dc3 (patch) | |
| tree | f5622f156ad1fe4c3ec9626b28e71d356d9da968 /scripts | |
| parent | fefda458bff94668d69d179956239a78462898b8 (diff) | |
add rdate (#63707)
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/upd-instroot | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 7bd3882a5..488add753 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -96,7 +96,7 @@ PACKAGES="glibc glibc-common setup openssl python python2 newt libtermcap zlib XFree86 Xconfigurator anaconda anaconda-runtime kudzu-devel kudzu hwdata db3 bzip2 bzip2-libs dosfstools pciutils reiserfs-utils parted busybox-anaconda rpm404-python anaconda-help booty - hdparm lvm librpm404 rhpl libxml2 libxml2-python" + hdparm lvm librpm404 rhpl libxml2 libxml2-python rdate" if [ $ARCH = i386 ]; then PACKAGES="$PACKAGES kernel-pcmcia-cs kernel-utils" @@ -133,7 +133,7 @@ PACKAGESGR="anaconda XFree86-libs imlib libpng libtiff libjpeg anaconda-images anaconda-help hdparm XFree86-base-fonts ttfonts-ko taipeifonts XFree86-ISO8859-15-75dpi-fonts rhpl redhat-config-keyboard Xft fontconfig expat redhat-artwork - ttfonts-ja ttfonts-zh_TW bitmap-fonts-cjk urw-fonts" + ttfonts-ja ttfonts-zh_TW bitmap-fonts-cjk urw-fonts rdate" if [ -z "$NEEDGR" ]; then PACKAGESGR="bash" @@ -271,6 +271,7 @@ usr/X11R6/lib/X11/Cards usr/X11R6/share/Xconfigurator/MonitorsDB usr/bin/python usr/bin/python2.2 +usr/bin/rdate usr/lib/anaconda-runtime/* usr/lib/anaconda/* usr/lib/anaconda/installclasses/* @@ -339,6 +340,7 @@ usr/bin/mountpoint usr/bin/netsetup usr/bin/pkgselect usr/bin/pkgsrc +usr/bin/rdate usr/sbin/chroot usr/sbin/sshd usr/sbin/glibc_post_upgrade |
