remove legacy directory symlink
This commit is contained in:
parent
f5b10806b8
commit
f2985c8f89
@ -1,7 +1,7 @@
|
|||||||
Summary: A collection of tools for managing UNIX services
|
Summary: A collection of tools for managing UNIX services
|
||||||
Name: daemontools-encore
|
Name: daemontools-encore
|
||||||
Version: 1.10
|
Version: 1.10
|
||||||
Release: 3%{dist}.sme
|
Release: 4%{dist}.sme
|
||||||
License: Public domain
|
License: Public domain
|
||||||
Group: Utilities/System
|
Group: Utilities/System
|
||||||
URL: http://untroubled.org/daemontools-encore/
|
URL: http://untroubled.org/daemontools-encore/
|
||||||
@ -77,10 +77,6 @@ else
|
|||||||
echo "Added svscanboot to /etc/inittab - init should start svscan now."
|
echo "Added svscanboot to /etc/inittab - init should start svscan now."
|
||||||
fi
|
fi
|
||||||
%endif
|
%endif
|
||||||
# symink executables to legacy SME directory
|
|
||||||
for prog in envdir envuidgid fghack multilog pgrphack readproctitle setlock setuidgid softlimit supervise svc svok svscan svscanboot svstat ; do
|
|
||||||
/bin/ln -s /bin/$prog /usr/local/bin/$prog
|
|
||||||
done
|
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
if [ "$1" -eq 0 ]; then
|
if [ "$1" -eq 0 ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user