Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
History for libpkg/rcscripts.c  ·  View all commits
45 commits
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
6 days ago 920c183
J
Fix typos in source code
Jose Luis Duran
7 days ago 10f92f1
B
rcscript: rewrite entirely to be safer
Baptiste Daroussin
9 days ago 2e3e34b
S
Merge remote-tracking branch 'upstream/master'
Shawn Webb
2 years ago f0dee69
B
rcscript: fix a regression in the way we check for the rcfile name
Baptiste Daroussin
2 years ago 49c6245
S
Merge remote-tracking branch 'upstream/master'
Shawn Webb
2 years ago c608efa
C
rcscripts: Only pass the basename of file to service(8)
Collin Funk
2 years ago accec28
B
Fix inverted released which led to running rc scripts by default
Baptiste Daroussin
6 years ago e4b7a79
B
Let the rc restart function handle itself, its configuration switch
Baptiste Daroussin
6 years ago 475f0db
B
Improve some error messages
Baptiste Daroussin
9 years ago 402806f
B
Make struct pkg a proper structure
Baptiste Daroussin
11 years ago 99c2768
B
pkg_file is only used internally no need for accessors for other cases pkg_printf is enough
Baptiste Daroussin
11 years ago 7e21f29
M
Merge branch 'master' into indexfile
Matthew Seaman
12 years ago 669b695
B
Fix an old typo
Baptiste Daroussin
12 years ago f85c2cc
B
Merge branch 'master' into fix-autoremove-completion
Brad Davis
12 years ago 5b00ee1
V
Merge branch 'master' into gsoc
Vsevolod Stakhov
12 years ago 8d30157
M
Merge branch 'master' of git://github.com/grembo/pkg into grembo-master
Matthew Seaman
12 years ago 651b2fb
M
Where we use a fixed size char array as a buffer or as a member of a structure, use the sizeof() operator later in the same scope when we need to know the length of the array.
Matthew Seaman
12 years ago 2f3cf0c
M
Use MAX* cosistently
Michael Gmelin
12 years ago 91c1dcd
M
Style: Add dash to first line of copyright header.
Matthew Seaman
13 years ago bfe0183
R
Merge branch 'master' of git://github.com/pkgng/pkgng
Roman Naumann
13 years ago 838dd4c
B
Make rc script handling use posix_spawn(3)
Baptiste Daroussin
13 years ago bcf3a65
W
style(9): "NOT REACHED" -> "NOTREACHED"
Will Andrews
13 years ago 37edeef
W
style(9): fix switch statements, line lengths while I'm here
Will Andrews
13 years ago 76319fc
M
Merge remote-tracking branch 'upstream/master'
Matthew Seaman
13 years ago 6efb836
W
Various style(9) fixes.
Will Andrews
13 years ago 9fd0036
M
Merge remote-tracking branch 'upstream/master'
Matthew Seaman
13 years ago bba3943
M
Style police: use a consistent style for object accessor functions.
Matthew Seaman
13 years ago 2286938
B
Merge pull request #193 from gelraen/patch-1
Baptiste Daroussin
14 years ago 0c6e7cf
M
Stop service only if it enabled in rc.conf
Maxim Ignatenko
14 years ago 2196f69
M
Factorise a bit rcscripts.c
Marin Atanasov Nikolov
14 years ago 4e5447b
B
Removed unused headers
Baptiste Daroussin
14 years ago 80ac28f
B
Remove useles -1 in pkg_get usage
Baptiste Daroussin
14 years ago b75929e
B
Adding the copyright to the library
Baptiste Daroussin
14 years ago 8dbe8b5
J
Move private headers to private/ subfolder. Dont use private headers in the frontend.
Julien Laffaye
14 years ago b6d30db
B
Fix return code from rc scripts
Baptiste Daroussin
14 years ago 0201ddd
F
Merge branch 'master' of git://github.com/pkgng/pkgng
Frederic Culot
14 years ago 542fe9d
B
Move some functions from public to private header
Baptiste Daroussin
14 years ago 1e917b7
B
Fix execl of services, while here, try to start daemon at the end of installation
Baptiste Daroussin
14 years ago 5fc9067
B
only pass the rcscript filename to service(8)
Baptiste Daroussin
14 years ago c5b82c3
B
Use a single function to retrive pkg informations:
Baptiste Daroussin
14 years ago 6757141
B
New pkg_file_get()
Baptiste Daroussin
14 years ago ea5f019
B
Add sentinel for execl
Baptiste Daroussin
14 years ago 3920f87
B
Check rc_file != NULL
Baptiste Daroussin
14 years ago e8db4d0
B
Be able to handle rc scripts
Baptiste Daroussin
14 years ago 4d5e7db