Fix wrapper prefix so error messages say chroot-sh: x.
authorDaniel Hokka Zakrisson <daniel@hozac.com>
Sun, 24 Sep 2006 00:48:18 +0000 (00:48 +0000)
committerDaniel Hokka Zakrisson <daniel@hozac.com>
Sun, 24 Sep 2006 00:48:18 +0000 (00:48 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2328 94cd875c-1c1d-0410-91d2-eb244daf1a30

src/chroot-sh.c

index b26eb93..addb0f9 100644 (file)
@@ -28,7 +28,7 @@
 #include <fcntl.h>
 #include <sys/stat.h>
 
-#define ENSC_WRAPPERS_PREFIX   "chroot-sh"
+#define ENSC_WRAPPERS_PREFIX   "chroot-sh: "
 #define ENSC_WRAPPERS_UNISTD   1
 #define ENSC_WRAPPERS_IO       1
 #define ENSC_WRAPPERS_FCNTL    1