Displaying 4 results from an estimated 4 matches for "shell_script".
2002 Jun 05
1
How to switch from NT to Samba transparently?
Hi,
I want to switch from our Windows NT server
( which works as our PDC ) to Linux - Samba.
Could you advice a step-by-step guide about
this process, or is that possible, at all?
Can I use Samba as a BDC, convert the user
DB and than promote it to PDC?
Thanks in advance!
Regards;
Istvan
2014 Dec 04
1
[PATCH] fish: fix build warning when readline-devel is missing
Signed-off-by: Hu Tao <hutao@cn.fujitsu.com>
---
fish/fish.c | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/fish/fish.c b/fish/fish.c
index 0432774..20511f8 100644
--- a/fish/fish.c
+++ b/fish/fish.c
@@ -641,10 +641,12 @@ shell_script (void)
#define FISH "><fs> "
+#ifdef HAVE_LIBREADLINE
static char *ps1 = NULL; /* GUESTFISH_PS1 */
static char *ps_output = NULL; /* GUESTFISH_OUTPUT */
-static char *ps_restore = NULL; /* GUESTFISH_RESTORE */
static char *ps_init = NULL; /* GUESTFISH_INIT */
+...
2015 Nov 22
1
Re: installation error
Never mind I was missing libreadline-dev
I gues this check would be good to be added with an error to the configure script since it creates error in compilation
Regards,
Peter
> On 22 Nov 2015, at 20:06, Keresztes Péter-Zoltán <zozo@z0z0.tk> wrote:
>
> Hello,
>
> I have got into a different issue while trying to compile the latest version of libguestfs:
>
> CC
2012 Mar 13
2
[PATCH 0/2] 'int' to 'size_t' changes
These two patches are probably not completely independent, but
separating them is a lot of work.
With *both* patches applied, all the tests and extra-tests pass.
That's no guarantee however that there isn't a mistake, so I don't
think this patch is a candidate for the 1.16 branch, until it's had a
lot more testing in development.
Rich.