- update to 0.1.0
- update WWW: line
This commit is contained in:
parent
1884e6e1a1
commit
e21a024b50
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49427
4 changed files with 26 additions and 4 deletions
|
@ -6,13 +6,15 @@
|
|||
#
|
||||
|
||||
PORTNAME= sigit
|
||||
PORTVERSION= 0.0.4
|
||||
PORTVERSION= 0.1.0
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.math.ku.dk/~m99khn/download/stable/
|
||||
MASTER_SITES= http://www.redhead.dk/download/stable/
|
||||
DISTNAME= Sigit-${PORTVERSION}
|
||||
|
||||
MAINTAINER= petef@FreeBSD.org
|
||||
|
||||
USE_GMAKE= yes
|
||||
WRKSRC= ${WRKDIR}/sigit-${PORTVERSION}
|
||||
|
||||
MAN1= sigit.1 sigit.rc.1
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (sigit-0.0.4.tar.gz) = a35bf12b85617254af81dcf5728c4291
|
||||
MD5 (Sigit-0.1.0.tar.gz) = 2f668e76780746498d44b15b60549317
|
||||
|
|
20
mail/sigit/files/patch-deamoninit.c
Normal file
20
mail/sigit/files/patch-deamoninit.c
Normal file
|
@ -0,0 +1,20 @@
|
|||
--- deamoninit.c.orig Wed Oct 31 10:19:57 2001
|
||||
+++ deamoninit.c Wed Oct 31 10:22:35 2001
|
||||
@@ -113,13 +113,13 @@
|
||||
logging(2, 1, 0, 0, 1, "[ERROR] : Segfault bugtrace started at address: 0x%.8X\n", &ptr);
|
||||
logging(1, 1, 0, 0, 1, "Running as pid: %d, with uid: %d, recieving status: %d\n",
|
||||
&sig->si_pid, &sig->si_uid, &sig->si_status);
|
||||
- logging(1, 1, 0, 0, 1, "Consuming %d User time, and %d System time\n",
|
||||
- &sig->si_utime , &sig->si_stime);
|
||||
+ /* logging(1, 1, 0, 0, 1, "Consuming %d User time, and %d System time\n",
|
||||
+ &sig->si_utime , &sig->si_stime); */
|
||||
logging(1, 1, 0, 0, 1, "Recovering from error code: %d\n", &sig->si_errno);
|
||||
logging(1, 1, 0, 0, 1, "Caused at address: 0x%.8X\n", &sig->si_addr);
|
||||
- logging(1, 1, 0, 0, 1, "While mengeling with fd: %d\n", &sig->si_fd);
|
||||
+ /* logging(1, 1, 0, 0, 1, "While mengeling with fd: %d\n", &sig->si_fd); */
|
||||
/* hope this 'si_band' can be used here.. */
|
||||
- logging(1, 1, 0, 0, 1, "(%score dumped)\n", WCOREDUMP(&sig->si_band) ?"" : "no ");
|
||||
+ /* logging(1, 1, 0, 0, 1, "(%score dumped)\n", WCOREDUMP(&sig->si_band) ?"" : "no "); */
|
||||
/*logging(1, 1, 0, 0, 1, "");*/
|
||||
|
||||
/* hmmm should be a check here, about the syslog,
|
|
@ -2,7 +2,7 @@ sigit is a tool that runs in the background and puts a random quote
|
|||
in a file (usually .plan or .signature) at a configurable interval.
|
||||
It comes with sample data, and custom quotes can be added.
|
||||
|
||||
WWW: http://www.redhead.dk/download/sigit-download.html
|
||||
WWW: http://www.redhead.dk/download/
|
||||
|
||||
- Pete
|
||||
petef@FreeBSD.org
|
||||
|
|
Loading…
Reference in a new issue