mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
x11-misc/slock: Remove suid/sgid advice by Markus Teich
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
|
||||
if (fd < 0 || write(fd, value, length) != length || close(fd) != 0)
|
||||
- die("cannot disable the out-of-memory killer for this process (make sure to suid or sgid slock)\n");
|
||||
+ fprintf(stderr, "cannot disable the out-of-memory killer for this process (make sure to suid or sgid slock)\n");
|
||||
+ fprintf(stderr, "cannot disable the out-of-memory killer for this process.\n");
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -25,7 +25,7 @@ DEPEND="
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/${PN}-1.3-dontdieonme.patch
|
||||
epatch "${FILESDIR}"/${PN}-1.3-warning.patch
|
||||
|
||||
epatch_user
|
||||
|
||||
Reference in New Issue
Block a user