You've already forked termux-packages
mirror of
https://github.com/izzy2lost/termux-packages.git
synced 2026-03-26 17:00:19 -07:00
14 lines
351 B
Diff
14 lines
351 B
Diff
--- a/acconfig.h
|
|
+++ b/acconfig.h
|
|
@@ -191,7 +191,9 @@
|
|
* If screen is installed with permissions to update /etc/utmp (such
|
|
* as if it is installed set-uid root), define UTMPOK.
|
|
*/
|
|
-#define UTMPOK
|
|
+#ifndef __ANDROID__
|
|
+# define UTMPOK
|
|
+#endif
|
|
|
|
/* Set LOGINDEFAULT to one (1)
|
|
* if you want entries added to /etc/utmp by default, else set it to
|