diff options
| author | Bill Nottingham <notting@redhat.com> | 2008-05-22 11:54:14 -0400 |
|---|---|---|
| committer | Bill Nottingham <notting@redhat.com> | 2008-05-22 11:54:14 -0400 |
| commit | 277d1d979e3c99e691fb4b03b0c5fbcee95776c5 (patch) | |
| tree | 298cc02b081dc27cd50c4cd0c87db74b6ce92776 /rc.d | |
| parent | 82667229b118eaf799cd29739d5dd5a84cafe23b (diff) | |
Use a full path for logger. (#447928)
Diffstat (limited to 'rc.d')
| -rw-r--r-- | rc.d/init.d/netconsole | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/init.d/netconsole b/rc.d/init.d/netconsole index 1a6edc82..dcdc72ef 100644 --- a/rc.d/init.d/netconsole +++ b/rc.d/init.d/netconsole @@ -85,7 +85,7 @@ start () SYSLOGOPTS="netconsole=$LOCALPORT@$LOCALADDR/$DEV,$SYSLOGPORT@$SYSLOGADDR/$SYSLOGMACADDR " - logger -p daemon.info -t netconsole: inserting netconsole module with arguments \ + /usr/bin/logger -p daemon.info -t netconsole: inserting netconsole module with arguments \ $SYSLOGOPTS if [ -n "$SYSLOGOPTS" ]; then action $"Initializing netconsole" modprobe netconsole \ |
