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
|
||||
Name: daemontools-encore
|
||||
Version: 1.10
|
||||
Release: 3%{dist}.sme
|
||||
Release: 4%{dist}.sme
|
||||
License: Public domain
|
||||
Group: Utilities/System
|
||||
URL: http://untroubled.org/daemontools-encore/
|
||||
@ -77,10 +77,6 @@ else
|
||||
echo "Added svscanboot to /etc/inittab - init should start svscan now."
|
||||
fi
|
||||
%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
|
||||
if [ "$1" -eq 0 ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user