mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
10 lines
269 B
Text
10 lines
269 B
Text
--- data/PostSession.in.orig 2022-03-27 19:50:55 UTC
|
|
+++ data/PostSession.in
|
|
@@ -1,3 +1,7 @@
|
|
#!/bin/sh
|
|
|
|
+# XXX: I hate this "solution", but we need to manually restart gdm here
|
|
+# otherwise we reach the console when we logout
|
|
+/usr/sbin/service gdm restart
|
|
+
|
|
exit 0
|