Deleted Added
full compact
motd (121068) motd (124616)
1#!/bin/sh
2#
3# $NetBSD: motd,v 1.5 2000/09/19 13:04:38 lukem Exp $
1#!/bin/sh
2#
3# $NetBSD: motd,v 1.5 2000/09/19 13:04:38 lukem Exp $
4# $FreeBSD: head/etc/rc.d/motd 121068 2003-10-13 08:44:07Z dougb $
4# $FreeBSD: head/etc/rc.d/motd 124616 2004-01-17 10:16:38Z mtm $
5#
6
7# PROVIDE: motd
8# REQUIRE: mountcritremote
9# BEFORE: LOGIN
5#
6
7# PROVIDE: motd
8# REQUIRE: mountcritremote
9# BEFORE: LOGIN
10# KEYWORD: FreeBSD NetBSD
10# KEYWORD: FreeBSD
11
12. /etc/rc.subr
13
14name="motd"
15rcvar="update_motd"
16start_cmd="motd_start"
17stop_cmd=":"
18

--- 33 unchanged lines hidden ---
11
12. /etc/rc.subr
13
14name="motd"
15rcvar="update_motd"
16start_cmd="motd_start"
17stop_cmd=":"
18

--- 33 unchanged lines hidden ---