diff options
author | An-Cheng Huang <ancheng@ancheng-vm.localdomain> | 2007-09-20 18:31:08 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@ancheng-vm.localdomain> | 2007-09-20 18:31:08 -0700 |
commit | d8b30b85b208f5905be7c386d656d62afbfe627f (patch) | |
tree | e1abfe0fac0327b59c4e22677dc1b816f380c91b | |
parent | 64e83f470a7076b63bd9b76c7b6bb516cbe9bb92 (diff) | |
download | vyatta-op-d8b30b85b208f5905be7c386d656d62afbfe627f.tar.gz vyatta-op-d8b30b85b208f5905be7c386d656d62afbfe627f.zip |
minor fix and updated .gitignore.
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | etc/default/vyatta.in | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ *~ +.*.swp /aclocal.m4 /autom4te.cache /build-stamp diff --git a/etc/default/vyatta.in b/etc/default/vyatta.in index d3191fd..3b0ffa2 100644 --- a/etc/default/vyatta.in +++ b/etc/default/vyatta.in @@ -27,7 +27,7 @@ unset _vyatta_extglob if test -n "@prefix@" ; then declare -x -r vyatta_prefix=@prefix@ else - declare -x -r vyatta_prefix=$vyatta_prefix + declare -x -r vyatta_prefix=/opt/vyatta fi fi if test -z "$vyatta_exec_prefix" ; then |