Added new clixon-lib yang module for internal netconf protocol. Currently only extends the standard with a debug RPC.
This commit is contained in:
parent
11479f7ec3
commit
7a8f242a09
14 changed files with 362 additions and 32 deletions
|
|
@ -12,19 +12,23 @@ if [ $? -ne 0 ]; then
|
|||
err
|
||||
fi
|
||||
|
||||
new "Check installed files"
|
||||
new "Check installed files /usr"
|
||||
if [ ! -d $dir/usr ]; then
|
||||
err $dir/usr
|
||||
fi
|
||||
new "Check installed files /www-data"
|
||||
if [ ! -d $dir/www-data ]; then
|
||||
err $dir/www-data
|
||||
fi
|
||||
new "Check installed files clixon-config"
|
||||
if [ ! -f $dir/usr/local/share/clixon/clixon-config* ]; then
|
||||
err $dir/usr/local/share/clixon/clixon-config*
|
||||
fi
|
||||
new "Check installed files libclixon.so"
|
||||
if [ ! -h $dir/usr/local/lib/libclixon.so ]; then
|
||||
err $dir/usr/local/lib/libclixon.so
|
||||
fi
|
||||
new "Check installed files libclixon_backend.so"
|
||||
if [ ! -h $dir/usr/local/lib/libclixon_backend.so ]; then
|
||||
err $dir/usr/local/lib/libclixon_backend.so
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue