FreeBSD Bugzilla – Attachment 5854 Details for
Bug 13659
Update: japanese/ndtpd, japanese/eb
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 4.58 KB, created by
takamune
on 1999-09-09 12:20:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
takamune
Created:
1999-09-09 12:20:00 UTC
Size:
4.58 KB
patch
obsolete
>diff -x CVS -Nur /usr/ports/japanese/ndtpd/Makefile japanese/ndtpd/Makefile >--- /usr/ports/japanese/ndtpd/Makefile Thu Aug 26 10:18:02 1999 >+++ japanese/ndtpd/Makefile Wed Sep 8 17:00:00 1999 >@@ -1,13 +1,13 @@ > # New ports collection makefile for: ndtpd >-# Version required: 2.3.2 >+# Version required: 2.3.3 > # Date created: 4 Aug 1998 > # Whom: Motoyuki Kasahara <m-kasahr@sra.co.jp> > # > # $FreeBSD: /home/ncvs/ports/japanese/ndtpd/Makefile,v 1.10 1999/08/25 05:25:46 obrien Exp $ > # > >-DISTNAME= ndtpd-2.3.2 >-PKGNAME= ja-ndtpd-2.3.2 >+DISTNAME= ndtpd-2.3.3 >+PKGNAME= ja-ndtpd-2.3.3 > CATEGORIES= japanese > MASTER_SITES= ftp://ftp.sra.co.jp/pub/net/ndtp/ndtpd/ \ > ftp://ftp.sra.co.jp/pub/net/ndtp/ndtpd/old/ \ >diff -x CVS -Nur /usr/ports/japanese/ndtpd/files/md5 japanese/ndtpd/files/md5 >--- /usr/ports/japanese/ndtpd/files/md5 Fri Aug 20 10:08:51 1999 >+++ japanese/ndtpd/files/md5 Wed Sep 8 17:00:00 1999 >@@ -1 +1 @@ >-MD5 (ndtpd-2.3.2.tar.gz) = c189248feffbbe5e61b2ecece3a355ea >+MD5 (ndtpd-2.3.3.tar.gz) = 6ff399fa4d8f685b8315fa1fd358f939 >diff -x CVS -Nur /usr/ports/japanese/ndtpd/patches/patch-aa japanese/ndtpd/patches/patch-aa >--- /usr/ports/japanese/ndtpd/patches/patch-aa Thu Aug 19 19:50:17 1999 >+++ japanese/ndtpd/patches/patch-aa Thu Jan 1 09:00:00 1970 >@@ -1,115 +0,0 @@ >---- ./ndtpd/ndtpd.c.org Fri May 28 19:02:50 1999 >-+++ ./ndtpd/ndtpd.c Wed Aug 11 05:23:02 1999 >-@@ -497,9 +497,9 @@ >- * Set `once_started' flag. >- */ >- if (once_started) >-- syslog(LOG_NOTICE, "server restarted"); >-+ syslog(LOG_INFO, "server restarted"); >- else >-- syslog(LOG_NOTICE, "server started"); >-+ syslog(LOG_INFO, "server started"); >- once_started = 1; >- >- /* >-@@ -626,13 +626,13 @@ >- */ >- if (max_clients != 0) { >- if (get_ticket(&connection_ticket_stock) < 0) { >-- syslog(LOG_NOTICE, "full of clients"); >-+ syslog(LOG_INFO, "full of clients"); >- shutdown(accepted_file, 2); >- exit(0); >- } >- } >- >-- syslog(LOG_NOTICE, "connected: user=%s, host=%s(%s)", client_user, >-+ syslog(LOG_INFO, "connected: user=%s, host=%s(%s)", client_user, >- client_hostname, client_address); >- >- /* >-@@ -660,7 +660,7 @@ >- clear_line_buffer(&line_buffer); >- clear_ticket_stock(&connection_ticket_stock); >- >-- syslog(LOG_ERR, "the child server process exits"); >-+ syslog(LOG_INFO, "the child server process exits"); >- exit(0); >- >- /* >-@@ -777,12 +777,12 @@ >- bind_ticket_stock(&connection_ticket_stock, connection_lock_filename, >- max_clients); >- if (get_ticket(&connection_ticket_stock) < 0) { >-- syslog(LOG_NOTICE, "full of clients"); >-+ syslog(LOG_INFO, "full of clients"); >- goto die; >- } >- } >- >-- syslog(LOG_NOTICE, "connected: user=%s, host=%s(%s)", client_user, >-+ syslog(LOG_INFO, "connected: user=%s, host=%s(%s)", client_user, >- client_hostname, client_address); >- >- /* >-@@ -810,7 +810,7 @@ >- clear_line_buffer(&line_buffer); >- clear_ticket_stock(&connection_ticket_stock); >- >-- syslog(LOG_NOTICE, "the server exits"); >-+ syslog(LOG_INFO, "the server exits"); >- exit(0); >- >- /* >-@@ -826,7 +826,7 @@ >- clear_line_buffer(&line_buffer); >- clear_ticket_stock(&connection_ticket_stock); >- >-- syslog(LOG_NOTICE, "the server exits"); >-+ syslog(LOG_INFO, "the server exits"); >- exit(1); >- } >- >-@@ -875,7 +875,7 @@ >- openlog(program_name, LOG_NDELAY | LOG_PID); >- #endif >- >-- syslog(LOG_NOTICE, "connected: user=%s, host=%s(%s)", client_user, >-+ syslog(LOG_INFO, "connected: user=%s, host=%s(%s)", client_user, >- client_hostname, client_address); >- >- /* >-@@ -1100,12 +1100,12 @@ >- { >- alarm(0); >- if (sig == SIGALRM) { >-- syslog(LOG_NOTICE, "the server process exits, timeout"); >-+ syslog(LOG_INFO, "the server process exits, timeout"); >- } else if (server_mode == SERVER_MODE_STANDALONE) { >-- syslog(LOG_CRIT, "the server process exits, receives SIG%s", >-+ syslog(LOG_INFO, "the server process exits, receives SIG%s", >- signal_name(sig)); >- } else { >-- syslog(LOG_ERR, "the server process exits, receives SIG%s", >-+ syslog(LOG_INFO, "the server process exits, receives SIG%s", >- signal_name(sig)); >- } >- >-@@ -1157,7 +1157,7 @@ >- int sig; >- { >- alarm(0); >-- syslog(LOG_ERR, "the child server process exits, receives SIG%s", >-+ syslog(LOG_INFO, "the child server process exits, receives SIG%s", >- signal_name(sig)); >- shutdown(accepted_file, 2); >- >-@@ -1191,7 +1191,7 @@ >- int status; >- #endif >- >-- syslog(LOG_NOTICE, "receives SIGCHLD"); >-+ syslog(LOG_INFO, "receives SIGCHLD"); >- >- #ifdef HAVE_WAITPID >- while (0 < waitpid(-1, &status, WNOHANG))
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 13659
: 5854 |
5855