%PDF- %PDF-
| Direktori : /etc/redhat-lsb/ |
| Current File : //etc/redhat-lsb/lsb_log_message |
#!/bin/bash . /etc/init.d/functions ACTION=$1 shift case "$ACTION" in success) echo -n $* success "$*" echo ;; failure) echo -n $* failure "$*" echo ;; warning) echo -n $* warning "$*" echo ;; *) ;; esac exit 0