mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
f5f58d0f23
4-STABLE/alpha: 4.4-RELEASE 4-STABLE/i386: 4.4-20011011-STABLE 5-CURRENT/alpha: 5.0-20010721-CURRENT 5-CURRENT/i386: 5.0-20011011-CURRENT I could not find up-to-date snapshots available for alpha. If anyone knows one, please let me know. - Transfer the maintainership to ports@, because this rather belongs to the base/ports infrastructure. We greatly appreciate your inititial idea and work, Scott! :)
11 lines
496 B
Plaintext
11 lines
496 B
Plaintext
etc/rc.d/000.compat4x.sh
|
|
%%CURRENT_ONLY:%%lib/compat/libc.so.4
|
|
%%CURRENT_ONLY:%%@unexec if [ -e %B/libc_r.so.4.compat3x ]; then ln -sf %B/libc_r.so.4.compat3x %B/libc_r.so.4; else rm %B/libc_r.so.4; fi
|
|
%%CURRENT_ONLY:%%lib/compat/libc_r.so.4.compat4x
|
|
%%CURRENT_ONLY:%%@exec ln -sf %B/%f %B/libc_r.so.4
|
|
lib/compat/libcrypto.so.1
|
|
%%LATEST_ONLY:%%lib/compat/libedit.so.3
|
|
lib/compat/libssl.so.1
|
|
%%LATEST_ONLY:%%%%CURRENT_ONLY:%%lib/compat/libperl.so.3
|
|
@unexec rmdir %D/lib/compat 2>/dev/null || true
|