summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorPodilarius <podilarius@yahoo.com>2011-11-21 18:19:09 -0500
committerPodilarius <podilarius@yahoo.com>2011-11-21 18:19:09 -0500
commit88d3861f48206ff773aa348e8b3aaa2d7afd3373 (patch)
treee93d8b3af976b4571135b9265dca8c23051cebc1 /etc/inc
parent22201e1a87e7e0a471a84f779429129408f45dcf (diff)
downloadpfsense-88d3861f48206ff773aa348e8b3aaa2d7afd3373.zip
pfsense-88d3861f48206ff773aa348e8b3aaa2d7afd3373.tar.gz
Update etc/inc/services.inc
Diffstat (limited to 'etc/inc')
-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