search for: 6bb2f98

Displaying 1 result from an estimated 1 matches for "6bb2f98".

2009 Sep 11
2
[PATCH] Add echo_daemon command
.../POTFILES.in index 1b2f82a..44e472b 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -12,6 +12,7 @@ daemon/dir.c daemon/dmesg.c daemon/dropcaches.c daemon/du.c +daemon/echo_daemon.c daemon/ext2.c daemon/fallocate.c daemon/file.c diff --git a/src/MAX_PROC_NR b/src/MAX_PROC_NR index 205a12b..6bb2f98 100644 --- a/src/MAX_PROC_NR +++ b/src/MAX_PROC_NR @@ -1 +1 @@ -194 +195 diff --git a/src/generator.ml b/src/generator.ml index 439c9c4..f820e1f 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -3595,6 +3595,13 @@ This loads a kernel module in the appliance. The kernel module must have been...