summaryrefslogtreecommitdiff
path: root/src/migration-scripts/https
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2020-03-25 14:18:35 -0500
committerJohn Estabrook <jestabro@vyos.io>2020-03-25 14:18:35 -0500
commit1dec776850781279866a65c1b2d6a09ae218b874 (patch)
treef4fffe7d0ea84d2908849728c90c8b86f466e0f4 /src/migration-scripts/https
parentad6625d63f577dacc2760a6b2b658b2ceaeed119 (diff)
downloadvyos-1x-1dec776850781279866a65c1b2d6a09ae218b874.tar.gz
vyos-1x-1dec776850781279866a65c1b2d6a09ae218b874.zip
service https: T2157: Fix comment block
Diffstat (limited to 'src/migration-scripts/https')
-rwxr-xr-xsrc/migration-scripts/https/0-to-17
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