diff options
| author | Ales Kozumplik <akozumpl@redhat.com> | 2009-12-18 15:56:41 +0100 |
|---|---|---|
| committer | Ales Kozumplik <akozumpl@redhat.com> | 2010-01-20 14:00:35 +0100 |
| commit | 0fde437ad02a7cfb170472bad0ddf3b3faf4e7b0 (patch) | |
| tree | d357a80ab1d86a1d984af1f0c5585e25e9a59a5c /scripts/upd-instroot | |
| parent | 7f86c220caccf1b9f6c1457572332013f4e887fc (diff) | |
| download | anaconda-0fde437ad02a7cfb170472bad0ddf3b3faf4e7b0.tar.gz anaconda-0fde437ad02a7cfb170472bad0ddf3b3faf4e7b0.tar.xz anaconda-0fde437ad02a7cfb170472bad0ddf3b3faf4e7b0.zip | |
Introduces rsylogd to anaconda (part of #524980)
A proper syslog daemon allows for remote logging that includes installed
system's syslog.
Removes the init.c code that simulated syslog activity until now.
Diffstat (limited to 'scripts/upd-instroot')
| -rwxr-xr-x | scripts/upd-instroot | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 3351eee0d..d4ebcc619 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -189,7 +189,7 @@ PACKAGES="GConf2 NetworkManager ORBit2 acl anaconda pygtk2-libglade pykickstart pyparted python python-bugzilla python-decorator python-libs python-nss python-pyblock python-sqlite python-epdb python-urlgrabber python-volume_key pyxf86config readline redhat-artwork - reiserfs-utils rpm rpm-libs rpm-python sed selinux-policy-targeted + reiserfs-utils rpm rpm-libs rpm-python rsyslog sed selinux-policy-targeted setup slang smc-meera-fonts specspo sqlite synaptics system-config-date system-config-keyboard ${brandpkgname}-logos ${brandpkgname}-release sysvinit-tools taipeifonts tcp_wrappers tcp_wrappers-libs telnet @@ -462,6 +462,7 @@ sbin/reiserfstune sbin/resize_reiserfs sbin/resize2fs sbin/route +sbin/rsyslogd sbin/setfiles sbin/sfdisk sbin/silo @@ -490,6 +491,7 @@ usr/$LIBDIR/libuser/* usr/$LIBDIR/pango usr/$LIBDIR/python?.? usr/$LIBDIR/rpm/rpmpopt +usr/$LIBDIR/rsyslog usr/$LIBDIR/libiscsi.so* usr/$LIBDIR/libsqlite3.so* usr/$LIBDIR/xorg/modules |
