aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/lsof.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-12-14 11:54:12 +0100
committerLudovic Courtès <ludo@gnu.org>2014-12-14 11:54:12 +0100
commit2ed11b3a3e05549ed6ef8a604464f424c0eeae1c (patch)
tree6ec326d39b9ec1b05574b419638bf36f02e8e17a /gnu/packages/lsof.scm
parentc809ec94d11f1c7e23cccb988dfb1412aff72636 (diff)
downloadguix-2ed11b3a3e05549ed6ef8a604464f424c0eeae1c.tar.gz
guix-2ed11b3a3e05549ed6ef8a604464f424c0eeae1c.zip
utils: Change 'wrap-program' to preserve the original argv[0].
Suggested by Mark H Weaver <mhw@netris.org> in <http://bugs.gnu.org/19138>. * guix/build/utils.scm (wrap-program): Change wrapper to use "exec -a PROG" instead of just "exec".
Diffstat (limited to 'gnu/packages/lsof.scm')
0 files changed, 0 insertions, 0 deletions
97'>gnu: Switch to 'with-imported-modules'....Ludovic Courtès 2016-06-20services: Add 'gc-root-service-type'....Ludovic Courtès 2016-03-15doc: Clarify and consolidate modify-services documentation....Chris Marusich 2016-03-07services: Use 'packages->manifest' in 'packages->profile-entry'....宋文武 2016-02-08file-systems: Spawn a Bournish REPL upon fsck failure....Ludovic Courtès 2016-02-03services: 'file-union' makes sure each source file exists....Ludovic Courtès 2016-01-29services: Rename 'dmd' services to 'shepherd'....Alex Kost 2016-01-06services: cleanup-service: Catch 'system-error' instead of everything....Ludovic Courtès 2016-01-05services: Move /tmp cleanup to a separate service....Ludovic Courtès 2016-01-05services: boot: Reinstate /tmp and /var/run deletion....Ludovic Courtès