diff options
author | An-Cheng Huang <ancheng@ancheng-vm.localdomain> | 2007-09-24 15:53:38 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@ancheng-vm.localdomain> | 2007-09-24 15:53:38 -0700 |
commit | 7919d302045b5646e17e05b4bc42d86836f49e70 (patch) | |
tree | 5172d5b933cd76e360d9b8265e007fdc59c06a47 | |
parent | fc7f05d9531bb4d57fbaf8838893ed7e0f2c91fb (diff) | |
download | vyatta-op-7919d302045b5646e17e05b4bc42d86836f49e70.tar.gz vyatta-op-7919d302045b5646e17e05b4bc42d86836f49e70.zip |
new path for configuration templates.
-rw-r--r-- | etc/default/vyatta.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/default/vyatta.in b/etc/default/vyatta.in index f323815..d2f6f96 100644 --- a/etc/default/vyatta.in +++ b/etc/default/vyatta.in @@ -133,7 +133,7 @@ unset _vyatta_extglob declare -x -r vyatta_op_templates=$vyatta_datadir/vyatta-op/templates fi if test -z "$vyatta_cfg_templates" ; then - declare -x -r vyatta_cfg_templates=$vyatta_datadir/ofr/template + declare -x -r vyatta_cfg_templates=$vyatta_datadir/vyatta-cfg/templates fi if test -z "$vyatta_configdir" ; then declare -x -r vyatta_configdir=$vyatta_prefix/config |