FreeBSD Bugzilla – Attachment 51703 Details for
Bug 78477
[UPGRADE] bacula to 1.36.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
bacula-patch
bacula-patch (text/plain), 2.75 KB, created by
Dan Langille
on 2005-03-06 02:20:14 UTC
(
hide
)
Description:
bacula-patch
Filename:
MIME Type:
Creator:
Dan Langille
Created:
2005-03-06 02:20:14 UTC
Size:
2.75 KB
patch
obsolete
>diff -ruN /usr/ports/sysutils/bacula-server/Makefile bacula-server/Makefile >--- /usr/ports/sysutils/bacula-server/Makefile Fri Feb 4 21:55:04 2005 >+++ bacula-server/Makefile Sat Mar 5 20:13:49 2005 >@@ -6,8 +6,7 @@ > # > > PORTNAME= bacula >-PORTVERSION= 1.36.1 >-PORTREVISION= 1 >+PORTVERSION= 1.36.2 > CATEGORIES= sysutils > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= bacula >diff -ruN /usr/ports/sysutils/bacula-server/distinfo bacula-server/distinfo >--- /usr/ports/sysutils/bacula-server/distinfo Sun Nov 28 11:39:01 2004 >+++ bacula-server/distinfo Sat Mar 5 20:14:08 2005 >@@ -1,2 +1,2 @@ >-MD5 (bacula-1.36.1.tar.gz) = d09ecce1bc9e3a421f7eaf5ad2de5850 >-SIZE (bacula-1.36.1.tar.gz) = 6828844 >+MD5 (bacula-1.36.2.tar.gz) = 55a9ab6d211913fa8c73e3d07eabc189 >+SIZE (bacula-1.36.2.tar.gz) = 6796181 >diff -ruN /usr/ports/sysutils/bacula-server/files/patch-src-console-console.c bacula-server/files/patch-src-console-console.c >--- /usr/ports/sysutils/bacula-server/files/patch-src-console-console.c Sat Jul 3 05:11:54 2004 >+++ bacula-server/files/patch-src-console-console.c Wed Dec 31 19:00:00 1969 >@@ -1,63 +0,0 @@ >-*** src/console/console.c.orig Sun Jun 20 13:43:02 2004 >---- src/console/console.c Sat Jul 3 10:48:13 2004 >-*************** >-*** 63,69 **** >- >- /* Forward referenced functions */ >- static void terminate_console(int sig); >-! int get_cmd(FILE *input, const char *prompt, BSOCK *sock, int sec); >- static int do_outputcmd(FILE *input, BSOCK *UA_sock); >- void senditf(const char *fmt, ...); >- void sendit(const char *buf); >---- 63,69 ---- >- >- /* Forward referenced functions */ >- static void terminate_console(int sig); >-! int get_cmd(FILE *input, char *prompt, BSOCK *sock, int sec); >- static int do_outputcmd(FILE *input, BSOCK *UA_sock); >- void senditf(const char *fmt, ...); >- void sendit(const char *buf); >-*************** >-*** 200,206 **** >- >- static void read_and_process_input(FILE *input, BSOCK *UA_sock) >- { >-! const char *prompt = "*"; >- bool at_prompt = false; >- int tty_input = isatty(fileno(input)); >- int stat; >---- 200,206 ---- >- >- static void read_and_process_input(FILE *input, BSOCK *UA_sock) >- { >-! char *prompt = "*"; >- bool at_prompt = false; >- int tty_input = isatty(fileno(input)); >- int stat; >-*************** >-*** 499,510 **** >- #ifdef HAVE_READLINE >- #define READLINE_LIBRARY 1 >- #undef free >- #include "readline.h" >- #include "history.h" >- >-- >- int >-! get_cmd(FILE *input, const char *prompt, BSOCK *sock, int sec) >- { >- char *line; >- >---- 499,510 ---- >- #ifdef HAVE_READLINE >- #define READLINE_LIBRARY 1 >- #undef free >-+ #include <stdio.h> >- #include "readline.h" >- #include "history.h" >- >- int >-! get_cmd(FILE *input, char *prompt, BSOCK *sock, int sec) >- { >- char *line; >-
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 Raw
Actions:
View
Attachments on
bug 78477
: 51703