x11-misc/slock: Remove suid/sgid advice by Markus Teich

This commit is contained in:
Jeroen Roovers
2016-04-16 14:25:50 +02:00
parent 9ab6ff8aa2
commit 8ef975064d
2 changed files with 2 additions and 3 deletions

View File

@@ -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

View File

@@ -25,7 +25,7 @@ DEPEND="
"
src_prepare() {
epatch "${FILESDIR}"/${PN}-1.3-dontdieonme.patch
epatch "${FILESDIR}"/${PN}-1.3-warning.patch
epatch_user