From 992f1e6b8f86b346fddd266b04d29cde69585633 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 7 Apr 2004 10:15:11 +0000 Subject: Add all the source files from the old CVS tree, add the 5 missing chapters from the HOWTO and add jht's Samba by Example book. (This used to be commit 9fb5bcb93e57c5162b3ee6f9c7d777dc0269d100) --- docs/smbdotconf/misc/postexec.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/smbdotconf/misc/postexec.xml (limited to 'docs/smbdotconf/misc/postexec.xml') diff --git a/docs/smbdotconf/misc/postexec.xml b/docs/smbdotconf/misc/postexec.xml new file mode 100644 index 0000000000..c32023c509 --- /dev/null +++ b/docs/smbdotconf/misc/postexec.xml @@ -0,0 +1,21 @@ + + + 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: + +postexec = /etc/umount /cdrom + +preexec + + +echo \"%u disconnected from %S from %m (%I)\" >> /tmp/log + -- cgit