Deleted Added
full compact
rc.shutdown (27837) rc.shutdown (50472)
1#!/bin/sh
1#!/bin/sh
2# $Id$
2# $FreeBSD: head/etc/rc.shutdown 50472 1999-08-27 23:37:10Z peter $
3
4# site-specific closing actions for daemons run by init on shutdown
5# or before going single-user from multi-user.
6# Output and errors are directed to console by init, and the
7# console is the controlling terminal.
8
9stty status '^T'
10

--- 16 unchanged lines hidden ---
3
4# site-specific closing actions for daemons run by init on shutdown
5# or before going single-user from multi-user.
6# Output and errors are directed to console by init, and the
7# console is the controlling terminal.
8
9stty status '^T'
10

--- 16 unchanged lines hidden ---