diff options
author | John Estabrook <jestabro@vyos.io> | 2020-03-25 14:18:35 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2020-03-25 14:18:35 -0500 |
commit | 1dec776850781279866a65c1b2d6a09ae218b874 (patch) | |
tree | f4fffe7d0ea84d2908849728c90c8b86f466e0f4 | |
parent | ad6625d63f577dacc2760a6b2b658b2ceaeed119 (diff) | |
download | vyos-1x-1dec776850781279866a65c1b2d6a09ae218b874.tar.gz vyos-1x-1dec776850781279866a65c1b2d6a09ae218b874.zip |
service https: T2157: Fix comment block
-rwxr-xr-x | src/migration-scripts/https/0-to-1 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/migration-scripts/https/0-to-1 b/src/migration-scripts/https/0-to-1 index c6ed12fae..23809f5ad 100755 --- a/src/migration-scripts/https/0-to-1 +++ b/src/migration-scripts/https/0-to-1 @@ -14,11 +14,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -# * remove "system login user <user> group" node, Why should be add a user to a -# 3rd party group when the system is fully managed by CLI? -# * remove "system login user <user> level" node -# This is the only privilege level left and also the default, what is the -# sense in keeping this orphaned node? +# * Move server block directives under 'virtual-host' tag node, instead of +# relying on 'listen-address' tag node import sys |