diff options
Diffstat (limited to 'misc/compat4x/files/000.compat4x.sh.in')
-rw-r--r-- | misc/compat4x/files/000.compat4x.sh.in | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/misc/compat4x/files/000.compat4x.sh.in b/misc/compat4x/files/000.compat4x.sh.in deleted file mode 100644 index c7d329ade982..000000000000 --- a/misc/compat4x/files/000.compat4x.sh.in +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# PROVIDE: compat4x -# REQUIRE: ldconfig -# -# Add the following to /etc/rc.conf[.local] to enable this service -# -# compat4x_enable="YES" -# - -. %%RC_SUBR%% - -name=compat4x -rcvar=`set_rcvar` - -command=%%LDCONFIG%% -command_args='-m %%PREFIX%%/lib/compat' -%%AMD64%% -%%AMD64%%start_postcmd=${name}_poststart -%%AMD64%%compat4x_poststart () { -%%AMD64%% %%LDCONFIG%% -32 -m %%TARGET32_DIR%% -%%AMD64%%} - -load_rc_config ${name} -run_rc_command "$1" |