History log of /openbsd/etc/rc.d/ypserv (Results 1 – 6 of 6)
Revision Date Author Comments
# 99342bd4 11-Jan-2018 rpe <rpe@openbsd.org>

- change [] tests to [[]]
- change -a, -o to &&, || inside [[]]
- remove unecessary quoting inside [[]]
- remove X"" constructs inside [[]]
- remove \ (line continuation) in case of &&, || and pipes

- change [] tests to [[]]
- change -a, -o to &&, || inside [[]]
- remove unecessary quoting inside [[]]
- remove X"" constructs inside [[]]
- remove \ (line continuation) in case of &&, || and pipes
- replace backticks with $()

discussed with and OK aja@
OK tb

show more ...


# 9b592919 11-Jan-2018 rpe <rpe@openbsd.org>

Change the shebang line from /bin/sh to /bin/ksh in all base rc.d
daemon scripts.

discussed with and OK aja@
OK tb


# c4f4d2e2 06-Oct-2011 ajacoutot <ajacoutot@openbsd.org>

rc_reload is valid here.

ok robert@


# ac826d78 08-Jul-2011 robert <robert@openbsd.org>

Switch amd and spamlogd to rc scripts and make sure that the
rc_pre() functions are returning correctly. This change
also simplyfies the changes because false || return 1 can be replaced
with false i

Switch amd and spamlogd to rc scripts and make sure that the
rc_pre() functions are returning correctly. This change
also simplyfies the changes because false || return 1 can be replaced
with false if that's the last call. thanks halex@!

show more ...


# 8f934095 07-Jul-2011 robert <robert@openbsd.org>

make the check more readable


# bdfabe49 07-Jul-2011 robert <robert@openbsd.org>

add scripts for portmap and the yp daemons