Deleted Added
sdiff udiff text old ( 48734 ) new ( 50472 )
full compact
1#!/bin/sh
2#
3# $FreeBSD: head/etc/rc.suspend 50472 1999-08-27 23:37:10Z peter $
4#
5# sample run command file for APM Suspend Event
6
7if [ -f /var/run/rc.suspend.pid ]
8then
9 exit 1
10fi
11

--- 16 unchanged lines hidden ---