pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/arti/files



Module Name:    pkgsrc
Committed By:   nikita
Date:           Wed Mar  8 22:28:07 UTC 2023

Modified Files:
        pkgsrc/net/arti/files: arti.in

Log Message:
arti: service file is not entirely working as intended yet


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/arti/files/arti.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/arti/files/arti.in
diff -u pkgsrc/net/arti/files/arti.in:1.1 pkgsrc/net/arti/files/arti.in:1.2
--- pkgsrc/net/arti/files/arti.in:1.1   Tue Feb 21 20:53:12 2023
+++ pkgsrc/net/arti/files/arti.in       Wed Mar  8 22:28:07 2023
@@ -1,6 +1,6 @@
 #!@RCD_SCRIPTS_SHELL@
 #
-# $NetBSD: arti.in,v 1.1 2023/02/21 20:53:12 nikita Exp $
+# $NetBSD: arti.in,v 1.2 2023/03/08 22:28:07 nikita Exp $
 #
 # PROVIDE: arti
 # REQUIRE: DAEMON NETWORKING
@@ -27,6 +27,7 @@ restart_cmd="arti_stop ; arti_start"
 extra_commands="reload"
 arti_env="PATH=${PATH} HOME=@PKG_HOME@ USER=@ARTI_USER@"
 
+# FIXME: This does not detach to the background.
 arti_start ()
 {
        @ECHO@ "Starting ${name}."



Home | Main Index | Thread Index | Old Index