From 696c99c61c51895465666b23ad1ee768e5237bc3 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Tue, 12 Mar 2013 19:43:12 +0000 Subject: example.com looks more official --- man1/jaildaemon.1 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/man1/jaildaemon.1 b/man1/jaildaemon.1 index bd00a45..8d1994d 100644 --- a/man1/jaildaemon.1 +++ b/man1/jaildaemon.1 @@ -100,7 +100,7 @@ The .Nm daemon normally is run from its .Xr rc 8 -script on boot time. Invoke the daemon by hand using this command. +script on boot time. Invoke the daemon by hand using this command: .Bl -tag -width indent .It Nm Fl D Fl p Ar /var/run/jaildaemon.pid Start the daemon and write the daemon's pid to the file @@ -115,12 +115,12 @@ While the first examples show you what is possible, the most simple way of scripting an action is to write a small wrapper script as shown in the third example. .Bl -tag -width indent -.It Nm Fl c Ar 'ezjail-admin restart foo.com' Fl j Ar 23 Fl t Ar EZJAIL_REBOOT +.It Nm Fl c Ar 'ezjail-admin restart example.com' Fl j Ar 23 Fl t Ar EZJAIL_REBOOT Start a probe in jail with jid 23 (presumably a jail with the name -.Dq foo.com ) +.Dq example.com ) and assign it the command .Bd -literal -offset indent -ezjail-admin restart foo.com +ezjail-admin restart example.com .Ed .Pp The proctitle @@ -130,12 +130,12 @@ script inside the jail with the command .Bd -literal -offset indent pkill -HUP -f EZJAIL_REBOOT .Ed -.It Nm Fl c Ar 'zfs snapshot jails/foo.com@`date +%s`' Fl j Ar 42 Fl r Fl t Ar ZFS_SNAPSHOT +.It Nm Fl c Ar 'zfs snapshot jails/example.com@`date +%s`' Fl j Ar 42 Fl r Fl t Ar ZFS_SNAPSHOT Start a probe in jail with jid 42 (presumably a jail with the name -.Dq foo.com ) +.Dq example.com ) and assign it the command .Bd -literal -offset indent -zfs snapshot jails/foo.com@`date +%s` +zfs snapshot jails/example.com@`date +%s` .Ed .Pp The proctitle @@ -148,7 +148,7 @@ pkill -HUP -f ZFS_SNAPSHOT .Pp After the zfs snapshot command finished, a new probe with identical paramters is spawned and attached to the jail. -.It Nm Fl c Ar 'reload_routing_table.sh foo.com' Fl j Ar 1 Fl r Fl t Ar UPDATE_ROUTING +.It Nm Fl c Ar 'reload_routing_table.sh example.com' Fl j Ar 1 Fl r Fl t Ar UPDATE_ROUTING .El .Sh FILES .Pa /var/run/jaildaemon.pipe -- cgit v1.2.3