Skip to content

Commit

Permalink
Relocate lockfile
Browse files Browse the repository at this point in the history
Relocate lockfile somewhere writeable by cygwin-admin uid
  • Loading branch information
jon-turney committed Mar 24, 2024
1 parent 91d07c8 commit 9d7f014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calm/calm.py
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ def main():
homedir_default = common_constants.HOMEDIR
stagingdir_default = common_constants.STAGINGDIR
trustedmaint_default = common_constants.TRUSTEDMAINT
pidfile_default = '/sourceware/cygwin-staging/calm.pid'
pidfile_default = '/sourceware/cygwin-staging/lock/calm.pid'
pkglist_default = common_constants.PKGMAINT
relarea_default = common_constants.FTP
repodir_default = '/git/cygwin-packages'
Expand Down

0 comments on commit 9d7f014

Please sign in to comment.