Fix execl of services, while here, try to start daemon at the end of installation
modified libpkg/pkg_add.c
@@ -91,6 +91,7 @@ pkg_add(struct pkgdb *db, const char *path, int flags)
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -231,6 +232,15 @@ pkg_add(struct pkgdb *db, const char *path, int flags)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkgdb.c
@@ -1272,8 +1272,6 @@ pkgdb_register_pkg(struct pkgdb *db, struct pkg *pkg, int complete)
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -1718,14 +1716,6 @@ pkgdb_register_pkg(struct pkgdb *db, struct pkg *pkg, int complete)
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
modified libpkg/rcscripts.c
@@ -90,7 +90,7 @@ rc_stop(const char *rc_file)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -111,7 +111,7 @@ rc_stop(const char *rc_file)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -141,7 +141,7 @@ rc_start(const char *rc_file)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|