diff options
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | cfg-version/snmp@1 | 0 | ||||
-rwxr-xr-x | scripts/install/install-image | 4 |
3 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index b1fd8aeb..6bf02e7e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -119,6 +119,7 @@ curver_DATA += cfg-version/webproxy@2 curver_DATA += cfg-version/interfaces@3 curver_DATA += cfg-version/dns-forwarding@2 curver_DATA += cfg-version/vyos-accel-ppp@2 +curver_DATA += cfg-version/snmp@1 cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \ cpio -0pd diff --git a/cfg-version/snmp@1 b/cfg-version/snmp@1 new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/cfg-version/snmp@1 diff --git a/scripts/install/install-image b/scripts/install/install-image index dbdd5901..658a8a39 100755 --- a/scripts/install/install-image +++ b/scripts/install/install-image @@ -3,6 +3,10 @@ # source in the functions source /opt/vyatta/sbin/install-functions +if [ -f /etc/profile.d/vyos-system-proxy.sh ] + then . /etc/profile.d/vyos-system-proxy.sh +fi + # export INSTALL_LOG for the scripts invoked export INSTALL_LOG=/tmp/install-$$.log # export PROGRESS_PID for the scripts invoked |