search for: orig2

Displaying 3 results from an estimated 3 matches for "orig2".

Did you mean: orig
2010 Jun 07
1
Patch for legend.position={left,top,bottom} in ggplot2
...s "left", "top", and "bottom" by 1, those graphs look sane again. I assume that a new first row and column were added at some point in the development, but only the parameters for the default position "right" were adjusted. Here's the patch: --- ggplot2-orig2 2010-06-07 13:14:35.000000000 +0200 +++ ggplot2 2010-06-07 15:22:33.000000000 +0200 @@ -7003,27 +7003,27 @@ ) } else if (position == "left") { viewports <- vpList( - vp("panels", 2, 3), - vp("legend_box", 2, 1), - vp("ylabel", 2...
2002 Dec 07
0
[Bug 453] New: [PATCH] The SHELL env variable is set incorrectly, when shell is overridden from login.conf.
...ReportedBy: semen at online.sinor.ru According to the login.conf(5), the SHELL variable must contain the value from passwd file, regardless it may be overridden in the login class. The sshd currently missbehaves, it sets the SHELL to the program it actually executes. Fix: --- ssh/session.c.orig2 Sat Dec 7 07:48:46 2002 +++ ssh/session.c Sat Dec 7 07:57:16 2002 @@ -1325,11 +1325,19 @@ * legal, and means /bin/sh. */ shell = (pw->pw_shell[0] == '\0') ? _PATH_BSHELL : pw->pw_shell; + + /* Set up the environment for child */ + env = do_setup_env(s, shell); + + /* + * Th...
1998 Apr 12
0
Long file name support for smbclient
...Devil's Thumb Entertainment Network Administrator Boulder, CO - (303) 938-1200 rob@DevilsThumb.COM http://www.DevilsThumb.COM/~rob "The notion of errors is ill-defined." - IRIX 'netstat' man page -------------- next part -------------- --- clitar.c.orig2 Sat Apr 11 13:45:45 1998 +++ clitar.c Sat Apr 11 18:08:45 1998 @@ -155,6 +155,7 @@ long chk, fchk; int i; char *jp; + static char *long_file_name; /* * read in a "standard" tar format header - we're not that interested @@ -184,23 +185,43 @@ return -1;...