File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -24,19 +24,16 @@ case "$1" in
2424 addgroup --quiet --system netconf
2525 fi
2626 env - \
27- SYSREPOCTL_EXECUTABLE=sysrepoctl \
2827 NP2_MODULE_DIR=/usr/share/yang/modules/netopeer2 \
2928 NP2_MODULE_PERMS=660 \
3029 NP2_MODULE_OWNER=root \
3130 NP2_MODULE_GROUP=netconf \
31+ LN2_MODULE_DIR=/usr/share/yang/modules/libnetconf2 \
3232 bash /usr/share/netopeer2/scripts/setup.sh
3333 env - \
34- SYSREPOCFG_EXECUTABLE=sysrepocfg \
35- OPENSSL_EXECUTABLE=openssl \
36- bash /usr/share/netopeer2/scripts/merge_hostkey.sh
34+ bash /usr/share/netopeer2/scripts/merge_hostkey.sh
3735 env - \
38- SYSREPOCFG_EXECUTABLE=sysrepocfg \
39- bash /usr/share/netopeer2/scripts/merge_config.sh
36+ bash /usr/share/netopeer2/scripts/merge_config.sh
4037 ;;
4138
4239 abort-upgrade|abort-remove|abort-deconfigure)
You can’t perform that action at this time.
0 commit comments