Commit 29732203 authored by Alessandro Rubini's avatar Alessandro Rubini

bugfix (no effect): wr_date.conf name

Every other place calls the file wr_date.conf.

userspace/tools/wr_date.c will open the config file (it does not,
currently) but the name is different.

So we fix the executable and leave the rest as it is, since it works:
documentation matches S70wr_date and use of .config for build-time settings.
Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent c2431a4f
......@@ -22,7 +22,7 @@
#ifndef MOD_TAI
#define MOD_TAI 0x80
#endif
#define WRDATE_CFG_FILE "/wr/etc/wrdate.conf"
#define WRDATE_CFG_FILE "/wr/etc/wr_date.conf"
#define WRDATE_LEAP_FILE "/etc/leap-seconds.list"
/* Address for hardware, from nic-hardware.h */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment