mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 08:30:37 -04:00
- Pass maintainership to submitter PR: 232163 Submitted by: Daniel Shafer <daniel@shafer.cc> Approved by: tcberner (mentor), nivit (maintainer timeout, 30 days) Differential Revision: https://reviews.freebsd.org/D17726
11 lines
499 B
Python
11 lines
499 B
Python
--- guake/terminal.py.orig 2018-10-09 15:32:50 UTC
|
|
+++ guake/terminal.py
|
|
@@ -57,7 +57,7 @@ try:
|
|
# be injected in current process, as: wall
|
|
from atexit import register as at_exit_call
|
|
from ctypes import cdll
|
|
- libutempter = cdll.LoadLibrary('libutempter.so.0')
|
|
+ libutempter = cdll.LoadLibrary('libutempter.so')
|
|
if libutempter is not None:
|
|
# We absolutely need to remove the old tty from the utmp !!!
|
|
at_exit_call(libutempter.utempter_remove_added_record)
|