pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/crashme



Module Name:    pkgsrc
Committed By:   gson
Date:           Mon Sep 25 12:47:44 UTC 2017

Modified Files:
        pkgsrc/sysutils/crashme: Makefile

Log Message:
Make COMMENT more accurately describe what the crashme program does.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/sysutils/crashme/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/crashme/Makefile
diff -u pkgsrc/sysutils/crashme/Makefile:1.23 pkgsrc/sysutils/crashme/Makefile:1.24
--- pkgsrc/sysutils/crashme/Makefile:1.23       Thu Oct  9 14:06:57 2014
+++ pkgsrc/sysutils/crashme/Makefile    Mon Sep 25 12:47:44 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2014/10/09 14:06:57 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2017/09/25 12:47:44 gson Exp $
 #
 
 DISTNAME=              crashme-2.4
@@ -10,7 +10,7 @@ EXTRACT_SUFX= -shar
 
 MAINTAINER=            agc%NetBSD.org@localhost
 HOMEPAGE=              http://people.delphiforums.com/gjc/crashme.html
-COMMENT=               Try to crash machine with random arguments to random system calls
+COMMENT=               Try to crash machine by executing random data as instructions
 
 INSTALLATION_DIRS=     sbin ${PKGMANDIR}/man1
 



Home | Main Index | Thread Index | Old Index