summaryrefslogtreecommitdiffstats
path: root/share/examples
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2009-05-26 07:40:32 +0000
committerbrian <brian@FreeBSD.org>2009-05-26 07:40:32 +0000
commit61ac57ee20283bf8a9b4ade769d4beb42a4247cb (patch)
treedda3d46e366fdfacd55ecf54f895ec507a72a130 /share/examples
parenta49cea262eb7aeec6c7f9eaf6c5b80911f532e9a (diff)
downloadFreeBSD-src-61ac57ee20283bf8a9b4ade769d4beb42a4247cb.zip
FreeBSD-src-61ac57ee20283bf8a9b4ade769d4beb42a4247cb.tar.gz
Mention the danger of running programs using ``!''.
PR: 112481 MFC after: 1 week
Diffstat (limited to 'share/examples')
-rw-r--r--share/examples/ppp/ppp.linkup.sample7
1 files changed, 6 insertions, 1 deletions
diff --git a/share/examples/ppp/ppp.linkup.sample b/share/examples/ppp/ppp.linkup.sample
index 18073cf..f061147 100644
--- a/share/examples/ppp/ppp.linkup.sample
+++ b/share/examples/ppp/ppp.linkup.sample
@@ -30,11 +30,16 @@ MYADDR:
192.244.176.32:
add 192.244.176.0 0 HISADDR
-#You may want to execute a script after connecting. This script can do
+# You may want to execute a script after connecting. This script can do
# nice things such as kick off "sendmail -q", "popclient my.isp" and
# "slurp -d news". It can be passed MYADDR, HISADDR and INTERFACE
# as arguments too - useful for informing a DNS of your assigned IP.
#
+# NOTE: It's vital that you use ``!bg'' rather than ``!'' if the program
+# you're running will take some time or will require network
+# connectivity. Using ``!'' will delay ppp 'till the completion
+# of the program being run!
+#
# You may also want some sound effects....
#
pmdemand:
OpenPOWER on IntegriCloud