diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-12-03 16:24:51 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-12-03 16:24:51 -0800 |
commit | 9827af5151261358e01a6a750e1e28e8374a6bfd (patch) | |
tree | 8942fef3bba744d4ba543fe9ce1a818d90e8be7d | |
parent | d8cf3b59c1bb87e8905d4f69bb7506e6bf44d02a (diff) | |
parent | 63c72bf9a832284afd0c06f85a2d89c7e0cf8c82 (diff) | |
download | vyatta-cfg-system-9827af5151261358e01a6a750e1e28e8374a6bfd.tar.gz vyatta-cfg-system-9827af5151261358e01a6a750e1e28e8374a6bfd.zip |
Merge branch 'kenwood' of 192.168.100.1:git/vyatta-cfg-system into kenwood
-rwxr-xr-x | scripts/install/install-functions | 2 | ||||
-rw-r--r-- | scripts/vyatta-load-user-key.pl | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/scripts/install/install-functions b/scripts/install/install-functions index 29707dff..7f1269bb 100755 --- a/scripts/install/install-functions +++ b/scripts/install/install-functions @@ -1,3 +1,5 @@ +#! /bin/bash + # this provides environment and functions needed by install scripts. # must be sourced by the scripts. diff --git a/scripts/vyatta-load-user-key.pl b/scripts/vyatta-load-user-key.pl index ba436efe..c807c40b 100644 --- a/scripts/vyatta-load-user-key.pl +++ b/scripts/vyatta-load-user-key.pl @@ -1,4 +1,4 @@ -#! /bin/perl +#! /usr/bin/perl # **** License **** # This program is free software; you can redistribute it and/or modify |