head	1.1;
branch	1.1.1;
access;
symbols
	tst_001:1.1.1.1
	ldd3:1.1.1.1
	start:1.1.1;
locks; strict;
comment	@# @;


1.1
date	2006.07.06.16.33.42;	author kaurikim;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2006.07.06.16.33.42;	author kaurikim;	state Exp;
branches;
next	;


desc
@@



1.1
log
@Initial revision
@
text
@#!/bin/sh
module="scull"
device="scull"

# invoke rmmod with all arguments we got
/sbin/rmmod $module $* || exit 1

# Remove stale nodes

rm -f /dev/${device} /dev/${device}[0-3] 
rm -f /dev/${device}priv
rm -f /dev/${device}pipe /dev/${device}pipe[0-3]
rm -f /dev/${device}single
rm -f /dev/${device}uid
rm -f /dev/${device}wuid





@


1.1.1.1
log
@linux device driver 3th example source
@
text
@@
