From 88d3861f48206ff773aa348e8b3aaa2d7afd3373 Mon Sep 17 00:00:00 2001 From: Podilarius Date: Mon, 21 Nov 2011 18:19:09 -0500 Subject: Update etc/inc/services.inc --- etc/inc/services.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc') 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 . - 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"); } -- cgit v1.1