diff options
author | Alex Harpin <development@landsofshadow.co.uk> | 2015-11-04 07:41:53 +0000 |
---|---|---|
committer | Alex Harpin <development@landsofshadow.co.uk> | 2015-11-04 07:41:53 +0000 |
commit | e5b9766485545c561a2897686b313083f5f591e7 (patch) | |
tree | 903d22cd7e0539e9bb4cb861e0872527fdfe38a7 | |
parent | 4546c16e3070b829a0e920f57c1a24ae8948fdc7 (diff) | |
download | vyatta-cfg-system-e5b9766485545c561a2897686b313083f5f591e7.tar.gz vyatta-cfg-system-e5b9766485545c561a2897686b313083f5f591e7.zip |
vyatta-cfg-system: bump system version to 7 for smp-affinity rename
Bump system@6 to system@7 to add the required config migration for
the smp_affinity to smp-affinity rename.
Bug #18 http://bugzilla.vyos.net/show_bug.cgi?id=18
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | cfg-version/system@7 (renamed from cfg-version/system@6) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 1ad95759..9af363fa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -126,7 +126,7 @@ rsyslogdir = /etc/rsyslog.d rsyslog_DATA = sysconf/vyatta-log.conf curver_DATA = cfg-version/vrrp@1 -curver_DATA += cfg-version/system@6 +curver_DATA += cfg-version/system@7 cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \ cpio -0pd diff --git a/cfg-version/system@6 b/cfg-version/system@7 index e69de29b..e69de29b 100644 --- a/cfg-version/system@6 +++ b/cfg-version/system@7 |