summaryrefslogtreecommitdiff
path: root/templates/show/version/node.def
blob: 771e56e14476161cf548a2e825e1680573d7c4b0 (plain)
1
2
3
4
5
6
help: "Show Vyatta version information"
run: for cl in /usr/share/doc/vyatta-*/changelog.gz ; do
         pkg=${cl%/*} ;
	 echo -n ${pkg##*/} ;
	 gunzip $cl | tail -n1 ;
     done