summaryrefslogtreecommitdiff
path: root/misc/orville-write/files/patch-wrt_him.c
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-10-13 19:18:53 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-10-13 19:18:53 +0000
commit1fb2a4c12d8828f93b24eef313aefddb3a42604b (patch)
treee1e1add2d4a5b672aeb33662dfcede47b65f440e /misc/orville-write/files/patch-wrt_him.c
parent- Update to 2.2.1 (diff)
- Update to 2.55
PR: ports/87385 Submitted by: Ports Fury
Diffstat (limited to 'misc/orville-write/files/patch-wrt_him.c')
-rw-r--r--misc/orville-write/files/patch-wrt_him.c71
1 files changed, 0 insertions, 71 deletions
diff --git a/misc/orville-write/files/patch-wrt_him.c b/misc/orville-write/files/patch-wrt_him.c
deleted file mode 100644
index 7a04c15cc3f0..000000000000
--- a/misc/orville-write/files/patch-wrt_him.c
+++ /dev/null
@@ -1,71 +0,0 @@
---- wrt_him.c.orig Sun Sep 7 22:57:06 2003
-+++ wrt_him.c Sun Sep 7 22:57:14 2003
-@@ -141,7 +141,7 @@
- if (mywrt.wrt_last[0] == '\0')
- {
- printf("No previous write or telegram. Can't repeat\n");
-- log("FAIL: no previous");
-+ _log("FAIL: no previous");
- done(1);
- }
- strncpy(hisname,mywrt.wrt_last,UT_NAMESIZE);
-@@ -170,13 +170,13 @@
- else if (rc == 1)
- {
- printf("No such tty\n");
-- log("FAIL: no such tty");
-+ _log("FAIL: no such tty");
- done(1);
- }
- else
- {
- printf("%s not logged onto %s\n",hisname,histty);
-- log("FAIL: not on tty");
-+ _log("FAIL: not on tty");
- done(1);
- }
- }
-@@ -253,7 +253,7 @@
- /* didn't find any matches, trouble */
- printf("%s is not logged on\n",hisname);
- {
-- log("FAIL: not on");
-+ _log("FAIL: not on");
- done(1);
- }
- }
-@@ -300,7 +300,7 @@
- if (*ut->ut_name == '\0')
- {
- printf("No one logged onto %s\n",histty);
-- log("FAIL: empty tty");
-+ _log("FAIL: empty tty");
- done(1);
- }
- strncpy(hisname, ut->ut_name, UT_NAMESIZE);
-@@ -344,7 +344,7 @@
- }
-
- printf("You are not being written\n");
-- log("FAIL: not written");
-+ _log("FAIL: not written");
- done(0);
- }
-
-@@ -444,14 +444,14 @@
- {
- printf("Sorry, no helpers are available right now.\n");
- if (f_nohelp) type_help(f_nohelp);
-- log("FAIL: no helpers");
-+ _log("FAIL: no helpers");
- }
- else
- {
- printf("Sorry, all helpers currently available are busy.\n");
- if (f_nohelp) type_help(f_nohelp);
- printf("Try again later...\n");
-- log("FAIL: help busy");
-+ _log("FAIL: help busy");
- }
- done(0);
- }