pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/redis/files



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Fri Dec  2 05:51:26 UTC 2022

Modified Files:
        pkgsrc/databases/redis/files: redis.sh

Log Message:
redis: Update redis.sh requirement

pkgsrc changes:
---------------
  * "network" is not a requirement provided by pkgtools/rc.d-boot. Use
    NETWORKING instead.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/redis/files/redis.sh

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

Modified files:

Index: pkgsrc/databases/redis/files/redis.sh
diff -u pkgsrc/databases/redis/files/redis.sh:1.4 pkgsrc/databases/redis/files/redis.sh:1.5
--- pkgsrc/databases/redis/files/redis.sh:1.4   Thu Aug 20 23:37:30 2020
+++ pkgsrc/databases/redis/files/redis.sh       Fri Dec  2 05:51:26 2022
@@ -1,9 +1,9 @@
 #!@RCD_SCRIPTS_SHELL@
 #
-# $NetBSD: redis.sh,v 1.4 2020/08/20 23:37:30 wiz Exp $
+# $NetBSD: redis.sh,v 1.5 2022/12/02 05:51:26 triaxx Exp $
 #
 # PROVIDE: redis
-# REQUIRE: DAEMON network
+# REQUIRE: DAEMON NETWORKING
 # KEYWORD: shutdown
 
 if [ -f /etc/rc.subr ]; then



Home | Main Index | Thread Index | Old Index