This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
openntpd-openbsd
mirror of
https://github.com/Fincer/openntpd-openbsd
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
61
Wiki
Activity
Browse Source
Move mandatory flags from daemon_flags to daemon.
ok sthen@
OPENBSD_5_1
ajacoutot
13 years ago
parent
ad486a01df
commit
feab9b84d0
3 changed files
with
7 additions
and
9 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-3
src/etc/rc.d/ftpd
+3
-3
src/etc/rc.d/identd
+2
-3
src/etc/rc.d/popa3d
+ 2
- 3
src/etc/rc.d/ftpd
View File
@ -1,9 +1,8 @@
#!/bin/sh
#!/bin/sh
#
#
# $OpenBSD: ftpd,v 1.
2 2011/09/19 20:42:24
ajacoutot Exp $
# $OpenBSD: ftpd,v 1.
3 2011/12/21 09:26:29
ajacoutot Exp $
daemon="/usr/libexec/ftpd"
daemon="/usr/libexec/ftpd -D"
daemon_flags="-D"
. /etc/rc.d/rc.subr
. /etc/rc.d/rc.subr
+ 3
- 3
src/etc/rc.d/identd
View File
@ -1,9 +1,9 @@
#!/bin/sh
#!/bin/sh
#
#
# $OpenBSD: identd,v 1.
2 2011/09/19 20:42:24
ajacoutot Exp $
# $OpenBSD: identd,v 1.
3 2011/12/21 09:26:29
ajacoutot Exp $
daemon="/usr/libexec/identd"
daemon="/usr/libexec/identd
-b
"
daemon_flags="-
b -
elo"
daemon_flags="-elo"
. /etc/rc.d/rc.subr
. /etc/rc.d/rc.subr
+ 2
- 3
src/etc/rc.d/popa3d
View File
@ -1,9 +1,8 @@
#!/bin/sh
#!/bin/sh
#
#
# $OpenBSD: popa3d,v 1.
2 2011/09/19 20:42:24
ajacoutot Exp $
# $OpenBSD: popa3d,v 1.
3 2011/12/21 09:26:29
ajacoutot Exp $
daemon="/usr/sbin/popa3d"
daemon="/usr/sbin/popa3d -D"
daemon_flags="-D"
. /etc/rc.d/rc.subr
. /etc/rc.d/rc.subr
Write
Preview
|
|
|
|
|
|
|
|
|
|
|
|
|
|
xxxxxxxxxx
0
0
0:0
x
0
0
0:0
Loading…
Cancel
Save