From 15274f8bb8ade2b0fd9cb1541e49aec499564bcc Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Wed, 27 Jul 2016 15:07:32 +0200 Subject: [PATCH] comment legacy function --- vm-systemd/bind-dirs.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vm-systemd/bind-dirs.sh b/vm-systemd/bind-dirs.sh index 0cd1969..70745c1 100755 --- a/vm-systemd/bind-dirs.sh +++ b/vm-systemd/bind-dirs.sh @@ -49,6 +49,9 @@ init() { } legacy() { + ## The legacy function gets overwritten by Whonix: + ## https://github.com/Whonix/qubes-whonix/blob/master/usr/lib/qubes-bind-dirs.d/41_qubes-whonix-legacy.conf + ## Please do not remove this legacy function without coordination with Whonix. true }