From 27eb9d97373c772a2a74d6b0fd27dbabbe7e5912 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Tue, 15 Apr 2003 08:09:55 +0000 Subject: Convert another group of options in Misc section (This used to be commit 43f8ae46137ed653c5694a839a5e6757e4a89974) --- docs/docbook/smbdotconf/misc/postexec.xml | 34 +++++++++++++++---------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'docs/docbook/smbdotconf/misc/postexec.xml') diff --git a/docs/docbook/smbdotconf/misc/postexec.xml b/docs/docbook/smbdotconf/misc/postexec.xml index 017177be3d..a6b65515ad 100644 --- a/docs/docbook/smbdotconf/misc/postexec.xml +++ b/docs/docbook/smbdotconf/misc/postexec.xml @@ -1,22 +1,22 @@ - - postexec (S) - This option specifies a command to be run - whenever the service is disconnected. It takes the usual - substitutions. The command may be run as the root on some - systems. + + + This option specifies a command to be run + whenever the service is disconnected. It takes the usual + substitutions. The command may be run as the root on some + systems. - An interesting example may be to unmount server - resources: + An interesting example may be to unmount server + resources: - postexec = /etc/umount /cdrom + postexec = /etc/umount /cdrom - See also preexec - . + See also preexec. - Default: none (no command executed) - + Default: none (no command executed) - Example: postexec = echo \"%u disconnected from %S - from %m (%I)\" >> /tmp/log - - + Example: postexec = echo \"%u disconnected from %S from %m (%I)\" >> /tmp/log + + -- cgit