klish: add new package (2.1.1)

The klish is a framework for implementing a CISCO-like CLI on a UNIX
systems. It is configurable by XML files. The KLISH stands for Kommand
Line Interface Shell.

klish is an active fork of the clish program created by Graeme
McKerrell.

Makefile from https://dev.openwrt.org/browser/packages/utils/klish/Makefile?rev=31310

add SOB.
add Maintainer.
change URL http://libcode.org/projects/klish/files
update to 2.1.1 (newest version).
merge klish and konf package.

[squash commits]
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
Signed-off-by: Takashi Umeno <umeno.takashi@gmail.com>
This commit is contained in:
Takashi Umeno
2016-01-18 11:27:32 +09:00
committed by Etienne CHAMPETIER
parent 07ed775840
commit 4c98c181c0
2 changed files with 106 additions and 0 deletions
@@ -0,0 +1,16 @@
--- a/clish/shell/shell_execute.c
+++ b/clish/shell/shell_execute.c
@@ -19,13 +19,6 @@
#include <signal.h>
#include <fcntl.h>
-/* Empty signal handler to ignore signal but don't use SIG_IGN. */
-static void sigignore(int signo)
-{
- signo = signo; /* Happy compiler */
- return;
-}
-
/*-------------------------------------------------------- */
static int clish_shell_lock(const char *lock_path)
{