mv runuser to /sbin
This commit is contained in:
parent
0c03014b5b
commit
2099aee1e4
@ -4,7 +4,7 @@
|
|||||||
Summary: The GNU core utilities: a set of tools commonly used in shell scripts
|
Summary: The GNU core utilities: a set of tools commonly used in shell scripts
|
||||||
Name: coreutils
|
Name: coreutils
|
||||||
Version: 5.2.1
|
Version: 5.2.1
|
||||||
Release: 29
|
Release: 30
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Url: ftp://alpha.gnu.org/gnu/coreutils/
|
Url: ftp://alpha.gnu.org/gnu/coreutils/
|
||||||
@ -185,7 +185,7 @@ install -c -m755 %SOURCE106 $RPM_BUILD_ROOT/etc/profile.d
|
|||||||
|
|
||||||
# su
|
# su
|
||||||
install -m 4755 src/su $RPM_BUILD_ROOT/bin
|
install -m 4755 src/su $RPM_BUILD_ROOT/bin
|
||||||
install -m 755 src/runuser $RPM_BUILD_ROOT/bin
|
install -m 755 src/runuser $RPM_BUILD_ROOT/sbin
|
||||||
|
|
||||||
# These come from util-linux and/or procps.
|
# These come from util-linux and/or procps.
|
||||||
for i in hostname uptime kill ; do
|
for i in hostname uptime kill ; do
|
||||||
@ -244,10 +244,11 @@ fi
|
|||||||
%_infodir/coreutils*
|
%_infodir/coreutils*
|
||||||
%_mandir/man*/*
|
%_mandir/man*/*
|
||||||
%_sbindir/chroot
|
%_sbindir/chroot
|
||||||
|
/sbin/runuser
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Oct 4 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-29
|
* Mon Oct 4 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-30
|
||||||
- Mv runuser to /bin
|
- Mv runuser to /sbin
|
||||||
|
|
||||||
* Mon Oct 4 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-28
|
* Mon Oct 4 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-28
|
||||||
- Fix runuser man page.
|
- Fix runuser man page.
|
||||||
|
Loading…
Reference in New Issue
Block a user