summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2023-06-05 17:31:22 +0200
committerSimon Rettberg2023-06-05 17:31:22 +0200
commitb289bd05dfd99a5f2087e1e1f6a132b3c91143df (patch)
treeafe159028a0cb67da08abd850c39d02ecda6ffe3
parent[vmware17] 17.0.2 (diff)
downloadmltk-b289bd05dfd99a5f2087e1e1f6a132b3c91143df.tar.gz
mltk-b289bd05dfd99a5f2087e1e1f6a132b3c91143df.tar.xz
mltk-b289bd05dfd99a5f2087e1e1f6a132b3c91143df.zip
[remote-access/tigervnc] tigervncpasswd
-rwxr-xr-xcore/modules/remote-access/data/etc/X11/Xsetup.d/50-launch-vncserver2
-rw-r--r--core/modules/tigervnc/module.conf2
-rw-r--r--core/modules/tigervnc/module.conf.fedora7
-rw-r--r--core/modules/tigervnc/module.conf.opensuse7
4 files changed, 2 insertions, 16 deletions
diff --git a/core/modules/remote-access/data/etc/X11/Xsetup.d/50-launch-vncserver b/core/modules/remote-access/data/etc/X11/Xsetup.d/50-launch-vncserver
index 2a5ced0f..f168d55a 100755
--- a/core/modules/remote-access/data/etc/X11/Xsetup.d/50-launch-vncserver
+++ b/core/modules/remote-access/data/etc/X11/Xsetup.d/50-launch-vncserver
@@ -53,7 +53,7 @@
trap 'exit 1' INT TERM
trap 'rm -f -- "$copy"' EXIT
fi
- < "$t/vnc-passwd" vncpasswd -f > "$t/tigervnc-passwd"
+ < "$t/vnc-passwd" tigervncpasswd -f > "$t/tigervnc-passwd"
fails=0
while true; do
s="$( date +%s )"
diff --git a/core/modules/tigervnc/module.conf b/core/modules/tigervnc/module.conf
index 4149438d..fc3d4c64 100644
--- a/core/modules/tigervnc/module.conf
+++ b/core/modules/tigervnc/module.conf
@@ -1,8 +1,8 @@
#!/bin/bash
REQUIRED_BINARIES="
X0tigervnc
+ tigervncpasswd
x0tigervncserver
- vncpasswd
"
REQUIRED_DIRECTORIES="
/etc/tigervnc
diff --git a/core/modules/tigervnc/module.conf.fedora b/core/modules/tigervnc/module.conf.fedora
deleted file mode 100644
index 1ca43771..00000000
--- a/core/modules/tigervnc/module.conf.fedora
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-REQUIRED_INSTALLED_PACKAGES="
- x11vnc
-"
-REQUIRED_CONTENT_PACKAGES="
- x11vnc
-"
diff --git a/core/modules/tigervnc/module.conf.opensuse b/core/modules/tigervnc/module.conf.opensuse
deleted file mode 100644
index 798e2c3b..00000000
--- a/core/modules/tigervnc/module.conf.opensuse
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-REQUIRED_INSTALLED_PACKAGES="
- x11vnc
-"
-REQUIRED_CONTENT_PACKAGES="
- x11vnc
-"