History log of /dragonfly/sbin/svc/Makefile (Results 1 – 3 of 3)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v6.2.1, v6.2.0, v6.3.0, v6.0.1, v6.0.0, v6.0.0rc1, v6.1.0, v5.8.3, v5.8.2, v5.8.1, v5.8.0, v5.9.0, v5.8.0rc1, v5.6.3, v5.6.2, v5.6.1, v5.6.0, v5.6.0rc1, v5.7.0, v5.4.3, v5.4.2, v5.4.1, v5.4.0, v5.5.0, v5.4.0rc1, v5.2.2, v5.2.1, v5.2.0, v5.3.0, v5.2.0rc, v5.0.2, v5.0.1, v5.0.0, v5.0.0rc2, v5.1.0, v5.0.0rc1, v4.8.1, v4.8.0, v4.6.2, v4.9.0, v4.8.0rc
# 441e6e18 21-Nov-2016 zrj <rimvydas.jasinskas@gmail.com>

svc(8): Link as static.

Depends on libpthread.so that is in /usr/lib and symlink.
Avoids problems on split / and /usr layout installations.


Revision tags: v4.6.1, v4.6.0, v4.6.0rc2, v4.6.0rc, v4.7.0, v4.4.3
# 4f3845fd 28-Feb-2016 Sascha Wildner <saw@online.de>

svc(8): Clean up the Makefile a bit.

* Remove redundant LDADD, we already add -pthread. Add DPADD instead for
properly dependencies.

* Remove commented out WARNS=2. It is 6 without specifying any

svc(8): Clean up the Makefile a bit.

* Remove redundant LDADD, we already add -pthread. Add DPADD instead for
properly dependencies.

* Remove commented out WARNS=2. It is 6 without specifying anything.

show more ...


Revision tags: v4.4.2, v4.4.1, v4.4.0, v4.5.0, v4.4.0rc, v4.2.4, v4.3.1, v4.2.3, v4.2.1, v4.2.0, v4.0.6, v4.3.0, v4.2.0rc, v4.0.5, v4.0.4, v4.0.3, v4.0.2, v4.0.1, v4.0.0, v4.0.0rc3, v4.0.0rc2
# 3e2ea4cc 11-Nov-2014 Matthew Dillon <dillon@apollo.backplane.com>

svc - Initial commit, preliminary service manager

* This is a preliminary service manager frontend and demon.
It is not yet ready for prime-time (lots of support bits
are missing).

* The main p

svc - Initial commit, preliminary service manager

* This is a preliminary service manager frontend and demon.
It is not yet ready for prime-time (lots of support bits
are missing).

* The main premise of this program is to be able to create
and manage services in a more robust fashion, obtain status,
log recent output or all output, and so forth.

Among the many features, this program uses the new REAPER support
to ensure that all processes related to the service can be accounted
for.

* Includes a comprehensive manual page that lists all target features
(many of which are not yet implemented as of this commit).

show more ...