瀏覽代碼

comment legacy function

Patrick Schleizer 7 年之前
父節點
當前提交
15274f8bb8
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      vm-systemd/bind-dirs.sh

+ 3 - 0
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
 }