diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-11-25 02:53:39 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2018-11-25 02:53:39 +0100 |
commit | 7e7c2da061f83e3f64309ca3be0c91667bf21c12 (patch) | |
tree | bec9a6ed685e04b8cd738998fd5f5ac14a3308ce | |
parent | 679a3d16c57ad6627b8d0190c63939e64505a75c (diff) | |
download | vyatta-op-7e7c2da061f83e3f64309ca3be0c91667bf21c12.tar.gz vyatta-op-7e7c2da061f83e3f64309ca3be0c91667bf21c12.zip |
show: rename Vyatta to VyOS
-rw-r--r-- | templates/show/system/image/version/node.def | 2 | ||||
-rw-r--r-- | templates/show/system/login/users/other/node.def | 2 | ||||
-rw-r--r-- | templates/show/system/login/users/vyatta/node.def | 2 | ||||
-rw-r--r-- | templates/show/system/login/users/vyos/node.def | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/templates/show/system/image/version/node.def b/templates/show/system/image/version/node.def index b488a12..0da3c7b 100644 --- a/templates/show/system/image/version/node.def +++ b/templates/show/system/image/version/node.def @@ -1,2 +1,2 @@ -help: Show installed Vyatta images with Vyatta version number +help: Show installed VyOS images with version number run: /opt/vyatta/bin/vyatta-boot-image.pl --show --show_vers diff --git a/templates/show/system/login/users/other/node.def b/templates/show/system/login/users/other/node.def index 77c4683..1942004 100644 --- a/templates/show/system/login/users/other/node.def +++ b/templates/show/system/login/users/other/node.def @@ -1,2 +1,2 @@ -help: Show information about non-Vyatta accounts +help: Show information about non VyOS user accounts run: ${vyatta_bindir}/vyatta-sudo /opt/vyatta/bin/show-users.pl other diff --git a/templates/show/system/login/users/vyatta/node.def b/templates/show/system/login/users/vyatta/node.def deleted file mode 100644 index 3338080..0000000 --- a/templates/show/system/login/users/vyatta/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show information about vyatta accounts -run: /opt/vyatta/bin/show-users.pl vyatta diff --git a/templates/show/system/login/users/vyos/node.def b/templates/show/system/login/users/vyos/node.def new file mode 100644 index 0000000..6583315 --- /dev/null +++ b/templates/show/system/login/users/vyos/node.def @@ -0,0 +1,2 @@ +help: Show information about VyOS user accounts +run: /opt/vyatta/bin/show-users.pl vyatta |