diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-09-08 17:08:30 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-09-08 17:08:30 +0000 |
commit | 5cd4a3e1f03a96e6953ec600a162dd81503a81c2 (patch) | |
tree | d17581cfa13b3704bc388b442d966907308a3d15 | |
parent | e035ef2dcca3543ec69b976a2722ac04153c4040 (diff) | |
download | drakx-5cd4a3e1f03a96e6953ec600a162dd81503a81c2.tar drakx-5cd4a3e1f03a96e6953ec600a162dd81503a81c2.tar.gz drakx-5cd4a3e1f03a96e6953ec600a162dd81503a81c2.tar.bz2 drakx-5cd4a3e1f03a96e6953ec600a162dd81503a81c2.tar.xz drakx-5cd4a3e1f03a96e6953ec600a162dd81503a81c2.zip |
fix net_monitor not working as root
-rw-r--r-- | perl-install/drakxtools.spec | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/perl-install/drakxtools.spec b/perl-install/drakxtools.spec index c471cd439..6c78aa6f1 100644 --- a/perl-install/drakxtools.spec +++ b/perl-install/drakxtools.spec @@ -165,9 +165,6 @@ rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/{%_initrddir,%_sysconfdir/{X11/xinit.d,sysconfig/harddrake2}} touch $RPM_BUILD_ROOT/etc/sysconfig/harddrake2/previous_hw -mv $RPM_BUILD_ROOT%_sbindir/net_monitor \ - $RPM_BUILD_ROOT%_sbindir/net_monitor.real -ln -sf %_bindir/consolehelper $RPM_BUILD_ROOT%_sbindir/net_monitor mkdir -p $RPM_BUILD_ROOT%_sysconfdir/{pam.d,security/console.apps} cp pam.net_monitor $RPM_BUILD_ROOT%_sysconfdir/pam.d/net_monitor cp apps.net_monitor $RPM_BUILD_ROOT%_sysconfdir/security/console.apps/net_monitor |