diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-17 13:02:01 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-17 13:02:01 +0000 |
commit | 66424cf8d337a04ed35e4ec9d122bc809f381951 (patch) | |
tree | e8e96dd41e5380bd701781c16eb8971df29df5ed /shells/scponly/files | |
parent | 2bff5b1ac3f041be3e142eb53b2c726f9c213432 (diff) |
Notes
Diffstat (limited to 'shells/scponly/files')
-rw-r--r-- | shells/scponly/files/extra-patch-ab | 10 | ||||
-rw-r--r-- | shells/scponly/files/patch-aa | 14 |
2 files changed, 14 insertions, 10 deletions
diff --git a/shells/scponly/files/extra-patch-ab b/shells/scponly/files/extra-patch-ab deleted file mode 100644 index 01909db639e3..000000000000 --- a/shells/scponly/files/extra-patch-ab +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.in.orig Wed Mar 17 02:11:09 2004 -+++ configure.in Wed Mar 17 02:11:24 2004 -@@ -51,6 +51,7 @@ - AC_PATH_PROG(PROG_ID, id) - AC_PATH_PROG(PROG_PW, pw) - AC_PATH_PROG(PROG_PWD_MKDB, pwd_mkdb) -+AC_PATH_PROG(PROG_RM, rm) - - dnl Features wanted for this installation: - dnl Command-line args to ./configure diff --git a/shells/scponly/files/patch-aa b/shells/scponly/files/patch-aa new file mode 100644 index 000000000000..82fbc17fc470 --- /dev/null +++ b/shells/scponly/files/patch-aa @@ -0,0 +1,14 @@ +--- scponly.c.orig Mon Mar 22 14:30:38 2004 ++++ scponly.c Sat Jul 17 19:43:04 2004 +@@ -442,9 +442,9 @@ + (-1 == asprintf( &env[0], "HOME=%s", homedir))) + { + syslog(LOG_ERR, "could not set HOME environment variable(%s))", logstamp()); +- exit(EXIT_FAIL); ++ exit(EXIT_FAILURE); + } +- if (debug) ++ if (debuglevel) + syslog(LOG_DEBUG, "set HOME environment variable to %s (%s))", env[0], logstamp()); + #endif + |