Deleted Added
full compact
ldconfig (298514) ldconfig (301004)
1#!/bin/sh
2#
1#!/bin/sh
2#
3# $FreeBSD: head/etc/rc.d/ldconfig 298514 2016-04-23 16:10:54Z lme $
3# $FreeBSD: head/etc/rc.d/ldconfig 301004 2016-05-30 19:59:51Z ngie $
4#
5
6# PROVIDE: ldconfig
4#
5
6# PROVIDE: ldconfig
7# REQUIRE: mountcritremote FILESYSTEMS
7# REQUIRE: FILESYSTEMS
8# BEFORE: DAEMON
9
10. /etc/rc.subr
11
12name="ldconfig"
13desc="Configure the shared library cache"
14ldconfig_command="/sbin/ldconfig"
15start_cmd="ldconfig_start"

--- 91 unchanged lines hidden ---
8# BEFORE: DAEMON
9
10. /etc/rc.subr
11
12name="ldconfig"
13desc="Configure the shared library cache"
14ldconfig_command="/sbin/ldconfig"
15start_cmd="ldconfig_start"

--- 91 unchanged lines hidden ---