]> git.pld-linux.org Git - packages/expect.git/commitdiff
- orphaned, outdated
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 21 Apr 2006 23:40:34 +0000 (23:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    expect-mkpasswd.patch -> 1.2
    expect-strf.patch -> 1.2

expect-mkpasswd.patch [deleted file]
expect-strf.patch [deleted file]

diff --git a/expect-mkpasswd.patch b/expect-mkpasswd.patch
deleted file mode 100644 (file)
index f93fd1c..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- tcltk-8.0.2/expect-5.26/example/mkpasswd.jbj       Mon Jun 29 09:51:28 1998
-+++ tcltk-8.0.2/expect-5.26/example/mkpasswd   Mon Jun 29 09:53:25 1998
-@@ -183,6 +183,7 @@
-       expect {
-               "assword*:" {
-                       # some systems say "Password (again):"
-+                      sleep .5s
-                       send "$password\r"
-                       exp_continue
-               }
diff --git a/expect-strf.patch b/expect-strf.patch
deleted file mode 100644 (file)
index 5ada8b3..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- expect-5.28/exp_strf.c     Fri May  3 22:01:25 1996
-+++ expect-5.28.pld/exp_strf.c Sun Jan 31 20:18:39 1999
-@@ -97,8 +97,9 @@
- static int weeknumber();
- adddecl(static int iso8601wknum();)
- #else
--
-+#if !((__GLIBC__ == 2) && (__GLIBC_MINOR__ >= 1))
- extern char *strchr(const char *str, int ch);
-+#endif /* GNU libc-2.1 */
- extern char *getenv(const char *v);
- static int weeknumber(const struct tm *timeptr, int firstweekday);
- adddecl(static int iso8601wknum(const struct tm *timeptr);)
This page took 0.036123 seconds and 4 git commands to generate.