1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00

net/py-wsdd: uppercase LOGIN provision in BEFORE line in rc script

Avoid complaints from rcorder(8) about "unknown provision `login'". This
was because the provision 'login' should be uppercased instead.

Approved by:	hiroo.ono+freebsd@gmail.com (maintainer)
PR:		253906
MFH:		2021Q1
This commit is contained in:
Dimitry Andric 2021-02-28 13:02:15 +00:00
parent 73d3fff0c7
commit 6ed1ffc602
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=566760
2 changed files with 7 additions and 2 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= wsdd
DISTVERSIONPREFIX= v
DISTVERSION= 0.6.4
PORTREVISION= 1
CATEGORIES= net python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,7 +1,11 @@
--- etc/rc.d/wsdd.orig 2020-06-28 19:10:44 UTC
+++ etc/rc.d/wsdd
@@ -5,25 +5,61 @@
# BEFORE: login
@@ -2,28 +2,64 @@
# PROVIDE: wsdd
# REQUIRE: DAEMON samba_server
-# BEFORE: login
+# BEFORE: LOGIN
# KEYWORD: shutdown
+# Add the following line in /etc/rc.conf to enable wsdd: