summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2011-11-21 15:36:20 -0800
committerChris Buechler <cmb@pfsense.org>2011-11-21 15:36:20 -0800
commit67e5f6bb26d8d4daea6147b21d91975e4c5b8dad (patch)
treee93d8b3af976b4571135b9265dca8c23051cebc1
parent22201e1a87e7e0a471a84f779429129408f45dcf (diff)
parent88d3861f48206ff773aa348e8b3aaa2d7afd3373 (diff)
downloadpfsense-67e5f6bb26d8d4daea6147b21d91975e4c5b8dad.zip
pfsense-67e5f6bb26d8d4daea6147b21d91975e4c5b8dad.tar.gz
Merge pull request #20 from Podilarius/master
Add Missing ; back
-rw-r--r--etc/inc/services.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/services.inc b/etc/inc/services.inc
index 4f4b55f..baf96f0 100644
--- a/etc/inc/services.inc
+++ b/etc/inc/services.inc
@@ -6,7 +6,7 @@
originally part of m0n0wall (http://m0n0.ch/wall)
Copyright (C) 2003-2004 Manuel Kasper <mk@neon1.net>.
- Copyright (C) 2010 Ermal Luçi
+ Copyright (C) 2010 Ermal Lu�i
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -54,7 +54,7 @@ function services_rtadvd_configure() {
/* we need to shut down the rtadvd cleanly, otherwise it will send out the prefix
* information with a lifetime of 0 to notify clients of a (possible) new prefix */
if(is_process_running("rtadvd")) {
- log_error("Shutting down Router Advertisment daemon cleanly")
+ log_error("Shutting down Router Advertisment daemon cleanly");
mwexec("killall rtadvd");
}
OpenPOWER on IntegriCloud