Skip to content

Commit

Permalink
Merge pull request #748 from mariux64/fix-accountsservice-to-not-call…
Browse files Browse the repository at this point in the history
…-getpwnam

Fix AccountsService to not call `getpwnam()`
  • Loading branch information
wwwutz authored Apr 27, 2018
2 parents 75d29e5 + d79cd77 commit 0b40e3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions accountsservice.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION accountsservice-0.6.45-0
# BEE_VERSION accountsservice-0.6.45-1

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand All @@ -15,7 +15,7 @@ SRCURL[0]="https://www.freedesktop.org/software/accountsservice/accountsservice-
## Add URLs/pathes to patch files to the PATCHURL array.
## The sources will be patched in the order of the array.

# PATCHURL+=()
PATCHURL+=(/src/mariux/patches/wtmp-helper-dont-call-getpwnam.patch)

###############################################################################
## Add filename patterns to the EXCLUDE array of files that should not
Expand Down

0 comments on commit 0b40e3a

Please sign in to comment.