FreeBSD Bugzilla – Attachment 123270 Details for
Bug 166588
ports-mgmt/fbsdmon updated to 0.91
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.38 KB, created by
Grzegorz Blach
on 2012-04-02 19:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Grzegorz Blach
Created:
2012-04-02 19:40:01 UTC
Size:
2.38 KB
patch
obsolete
>diff -ruN ports-mgmt/fbsdmon/Makefile ports-mgmt/fbsdmon/Makefile >--- ports-mgmt/fbsdmon/Makefile 2012-03-15 16:28:41.000000000 +0100 >+++ ports-mgmt/fbsdmon/Makefile 2012-03-22 20:16:01.717747993 +0100 >@@ -6,8 +6,7 @@ > # > > PORTNAME= fbsdmon >-PORTVERSION= 0.90 >-PORTREVISION= 1 >+PORTVERSION= 0.91 > CATEGORIES= ports-mgmt sysutils > MASTER_SITES= http://files.roorback.net/ > >diff -ruN ports-mgmt/fbsdmon/distinfo ports-mgmt/fbsdmon/distinfo >--- ports-mgmt/fbsdmon/distinfo 2012-02-04 01:56:53.000000000 +0100 >+++ ports-mgmt/fbsdmon/distinfo 2012-04-02 16:49:27.462734319 +0200 >@@ -1,2 +1,2 @@ >-SHA256 (fbsdmon-0.90.tar.gz) = 5143eb51b241bef6c30e26a5fac54308ca36db76b865da208f33edab92c13b78 >-SIZE (fbsdmon-0.90.tar.gz) = 3692 >+SHA256 (fbsdmon-0.91.tar.gz) = 3ae83e7e3a73ff363095edbbbcecad037e14c0ce3128b6e4e891ec579b63b419 >+SIZE (fbsdmon-0.91.tar.gz) = 3607 >diff -ruN ports-mgmt/fbsdmon/files/600.fbsdmon.in ports-mgmt/fbsdmon/files/600.fbsdmon.in >--- ports-mgmt/fbsdmon/files/600.fbsdmon.in 2012-02-04 01:56:53.000000000 +0100 >+++ ports-mgmt/fbsdmon/files/600.fbsdmon.in 2012-03-22 20:16:01.717747993 +0100 >@@ -16,7 +16,7 @@ > echo "" > echo "Sending statistic to fbsdmon.org" > >- %%PREFIX%%/sbin/fbsdmon >+ %%PREFIX%%/sbin/fbsdmon -D -s > rc=$?;; > > *) rc=0;; >diff -ruN ports-mgmt/fbsdmon/files/fbsdmon.in ports-mgmt/fbsdmon/files/fbsdmon.in >--- ports-mgmt/fbsdmon/files/fbsdmon.in 2012-02-04 01:56:53.000000000 +0100 >+++ ports-mgmt/fbsdmon/files/fbsdmon.in 2012-03-22 20:16:01.717747993 +0100 >@@ -21,10 +21,7 @@ > load_rc_config "$name" > : ${fbsdmon_enable="NO"} > >-pidfile="/var/run/$name.pid" >-procname="%%PREFIX%%/sbin/$name" >-command="/usr/sbin/daemon" >-command_args="-c -f -p $pidfile $procname" >-stop_postcmd="/bin/rm -f $pidfile" >+command="%%PREFIX%%/sbin/$name" >+command_args="-D" > > run_rc_command "$1" >diff -ruN ports-mgmt/fbsdmon/files/patch-src__io.c ports-mgmt/fbsdmon/files/patch-src__io.c >--- ports-mgmt/fbsdmon/files/patch-src__io.c 2012-02-04 01:56:53.000000000 +0100 >+++ ports-mgmt/fbsdmon/files/patch-src__io.c 1970-01-01 01:00:00.000000000 +0100 >@@ -1,11 +0,0 @@ >---- ./src/io.c.orig 2012-01-30 12:34:26.000000000 -0800 >-+++ ./src/io.c 2012-01-30 12:34:36.000000000 -0800 >-@@ -47,7 +47,7 @@ >- extern char* gz_data(char *data) >- { >- char *fn = strdup("/tmp/fbsdmon.XXXXXX"); >-- mktemp(fn); >-+ mkstemp(fn); >- >- gzFile *gz = gzopen(fn, "wb"); >- gzputs(gz, data);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 166588
: 123270