Ticket #1117 (closed defect: fixed)

Opened 9 months ago

Last modified 8 months ago

Gentoo - /etc/init.d/ispcp_network: line 155: log_warning_msg: command not found

Reported by: anonymous Assigned to:
Priority: major Milestone: ispCP ω 1.0.0 - RC5
Component: Daemon Version: ispCP ω 1.0.0 - DEV
Severity: Easy Keywords:
Cc:

Description

/etc/init.d/ispcp_network: line 155: log_warning_msg: command not found

error occurs when you try to start a network traffic daemon under gentoo

FIX: just put after log_progress_msg () {

log_success_msg " $@"

}

these lines

# # Logging of warn messages # function log_warning_msg () {

echo -en "$@" echo -e "${stat}${attn} warning${norm}"

}

in /etc/init.d/ispcp_network

Attachments

Change History

03/18/08 08:15:07 changed by rats

  • milestone changed from Working to ispCP ω 1.0.0 - RC5.

03/21/08 18:11:18 changed by rats

  • status changed from new to closed.
  • resolution set to fixed.

added in r1068 - thank you!


Add/Change #1117 (Gentoo - /etc/init.d/ispcp_network: line 155: log_warning_msg: command not found)




Action