Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix an old typo
Baptiste Daroussin committed 12 years ago
commit f85c2cc5561014b6be606075470683c16392a4a0
parent 40cfb56
1 file changed +1 -1
modified libpkg/rcscripts.c
@@ -150,7 +150,7 @@ rc_start(const char *rc_file)
	if ((error = posix_spawn(&pid, "/usr/sbin/service", NULL, NULL,
	    __DECONST(char **, argv), environ)) != 0) {
		errno = error;
-
		pkg_emit_errno("Cannot stop service", rc_file);
+
		pkg_emit_errno("Cannot start service", rc_file);
		return (-1);
	}