Searched refs:LOGGER (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/libexec/rc/rc.d/
H A Dpower_profile20 LOGGER="logger -t power_profile -p daemon.notice"
70 ${LOGGER} "changed to 'performance'"
74 ${LOGGER} "changed to 'economy'"
/freebsd-13-stable/sbin/dhclient/
H A Ddhclient-script29 LOGGER="/usr/bin/logger -s -p user.notice -t dhclient"
31 LOGGER=echo
41 $LOGGER "New Hostname ($interface): $new_host_name"
45 $LOGGER "New Hostname ($interface): $new_host_name"
67 $LOGGER "New IP Address ($interface): $new_ip_address"
68 $LOGGER "New Subnet Mask ($interface): $new_subnet_mask"
69 $LOGGER "New Broadcast Address ($interface): $new_broadcast_address"
70 $LOGGER "New Routers ($interface): $new_routers"
157 $LOGGER "New Classless Static Routes ($interface): $classless_routes"
185 $LOGGER "Ne
[all...]
/freebsd-13-stable/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.sh220 if ! LOGGER="`2>/dev/null which logger`" ; then
221 LOGGER=
229 if [ -z "$SYSLOG" -o -z "$LOGGER" ]; then
242 $LOGGER $S -t "$SELF[$$]" -p "$LOGFAC.$1" "$2"

Completed in 160 milliseconds