diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1997-10-21 01:56:05 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1997-10-21 01:56:05 +0000 |
| commit | 14d01796b1ab61a57dbd60da66d8dac699a0a2e7 (patch) | |
| tree | 9444b2a63ad5396b894abd07c85ff08c9c031d26 /sbin/modload | |
| parent | 58fda9eaaeb697cef01d825dfe2b6f045659c15c (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/2.2.5_cvs
'RELENG_2_2_5_RELEASE'.
This commit was manufactured to restore the state of the 2.2.5-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'sbin/modload')
| -rw-r--r-- | sbin/modload/Makefile | 2 | ||||
| -rw-r--r-- | sbin/modload/modload.8 | 2 | ||||
| -rw-r--r-- | sbin/modload/modload.c | 2 | ||||
| -rw-r--r-- | sbin/modload/pathnames.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sbin/modload/Makefile b/sbin/modload/Makefile index 265869fbaa6a..05619d222c51 100644 --- a/sbin/modload/Makefile +++ b/sbin/modload/Makefile @@ -33,7 +33,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Id: Makefile,v 1.4 1994/02/09 15:00:32 deraadt Exp $ +# $Id: Makefile,v 1.1 1994/08/19 12:07:09 davidg Exp $ # PROG= modload diff --git a/sbin/modload/modload.8 b/sbin/modload/modload.8 index a56fad6724db..234a537a69f1 100644 --- a/sbin/modload/modload.8 +++ b/sbin/modload/modload.8 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: modload.8,v 1.10 1997/02/22 14:32:39 peter Exp $ +.\" $Id: modload.8,v 1.7.2.1 1997/03/03 07:01:31 mpp Exp $ .\" .Dd September 22, 1994 .Dt MODLOAD 8 diff --git a/sbin/modload/modload.c b/sbin/modload/modload.c index aa059e3aa954..4411fbac34fa 100644 --- a/sbin/modload/modload.c +++ b/sbin/modload/modload.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: modload.c,v 1.13.2.2 1997/08/21 22:47:42 jlemon Exp $ + * $Id: modload.c,v 1.13.2.3 1997/09/03 06:53:51 jkh Exp $ */ #include <stdio.h> diff --git a/sbin/modload/pathnames.h b/sbin/modload/pathnames.h index 4359013dd9f3..13c34fab4028 100644 --- a/sbin/modload/pathnames.h +++ b/sbin/modload/pathnames.h @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $Id: pathnames.h,v 1.2 1995/01/23 04:08:00 wollman Exp $ */ #include <paths.h> #define _PATH_LKM "/dev/lkm" |
