Skip to content

Commit

Permalink
Merge pull request #2694 from mariux64/fix-xscreensaver-login
Browse files Browse the repository at this point in the history
xscreensaver: prevent changing user login
  • Loading branch information
wwwutz authored Jun 29, 2022
2 parents 36b312a + 223be45 commit bd77a3e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions xscreensaver.be0
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION xscreensaver-6.01-1
# BEE_VERSION xscreensaver-6.04-0

# SRCURL[0]="https://www.jwz.org/xscreensaver/xscreensaver-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/a78738a034c7dc1c7960048c8a670588/xscreensaver-6.01.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/eba460056274b0557a10ffd60c752c0b/xscreensaver-6.04.tar.gz"

# PATCHURL[0]=""

Expand All @@ -26,7 +26,9 @@ mee_patch() {

mee_configure() {
bee_configure \
--with-setuid-hacks=no
--with-setuid-hacks=no \
--with-login-manager=no \
--with-text-file=/etc/motd
}

#mee_build() {
Expand Down

0 comments on commit bd77a3e

Please sign in to comment.