summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/Command.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2004-02-15 04:38:24 +0000
committerfukachan <fukachan>2004-02-15 04:38:24 +0000
commit7603cf4e6e0f9b1c0275e0edf430f482bf07d6c4 (patch)
treec64d18d463c0bc545b492549268b76967be91e2e /fml/lib/FML/Process/Command.pm
parent3164c784e4aa6c57f09236e7ea8c49f25d8016d6 (diff)
downloadfml8-7603cf4e6e0f9b1c0275e0edf430f482bf07d6c4.tar.gz
fml8-7603cf4e6e0f9b1c0275e0edf430f482bf07d6c4.tar.bz2
fml8-7603cf4e6e0f9b1c0275e0edf430f482bf07d6c4.zip
white space cosmetics.
Diffstat (limited to 'fml/lib/FML/Process/Command.pm')
-rw-r--r--fml/lib/FML/Process/Command.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/fml/lib/FML/Process/Command.pm b/fml/lib/FML/Process/Command.pm
index a68f81e8..ce7d73c1 100644
--- a/fml/lib/FML/Process/Command.pm
+++ b/fml/lib/FML/Process/Command.pm
@@ -3,7 +3,7 @@
# Copyright (C) 2000,2001,2002,2003,2004 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: Command.pm,v 1.97 2004/01/24 15:37:01 fukachan Exp $
+# $FML: Command.pm,v 1.98 2004/01/31 04:06:31 fukachan Exp $
#
package FML::Process::Command;
@@ -201,12 +201,12 @@ sub run
# XXX reject command use irrespective of requests from admins/users.
# XXX rejection of admin use occurs in _evaluate_command_lines()
# XXX not here.
- # XXX possible cases are from "system_special_accounts" or
+ # XXX possible cases are from "system_special_accounts" or
# XXX from a not member.
else {
# check the error reason by permit_command().
my $reason = $pcb->get("check_restrictions", "deny_reason");
- if (defined($reason) &&
+ if (defined($reason) &&
($reason eq 'reject_system_special_accounts')) {
my $s = "deny request from system accounts";
$curproc->reply_message_nl("error.system_special_accounts",$s);