Deleted Added
full compact
rc.suspend (48734) rc.suspend (50472)
1#!/bin/sh
2#
1#!/bin/sh
2#
3# $Id: rc.suspend,v 1.1.1 1999/07/09 01:34:57 iwasaki Exp $
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 ---
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 ---