summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@ancheng-vm.localdomain>2007-09-20 18:31:08 -0700
committerAn-Cheng Huang <ancheng@ancheng-vm.localdomain>2007-09-20 18:31:08 -0700
commitd8b30b85b208f5905be7c386d656d62afbfe627f (patch)
treee1abfe0fac0327b59c4e22677dc1b816f380c91b
parent64e83f470a7076b63bd9b76c7b6bb516cbe9bb92 (diff)
downloadvyatta-op-d8b30b85b208f5905be7c386d656d62afbfe627f.tar.gz
vyatta-op-d8b30b85b208f5905be7c386d656d62afbfe627f.zip
minor fix and updated .gitignore.
-rw-r--r--.gitignore1
-rw-r--r--etc/default/vyatta.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 8578ae8..154ab6d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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