diff options
author | Peter Wemm <peter@FreeBSD.org> | 2008-07-10 00:52:03 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2008-07-10 00:52:03 +0000 |
commit | 5715c7fb3cb3a3cbe3e156e13dee4e864943a72d (patch) | |
tree | a79e414d0b5fe7d2b7a8f6b24f1a1d7ed3edbb20 /lib/rmt-command.h | |
parent | bb7e869618a549ab9bde54c3a2cfa3a7fd96a28b (diff) |
Notes
Diffstat (limited to 'lib/rmt-command.h')
-rw-r--r-- | lib/rmt-command.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/rmt-command.h b/lib/rmt-command.h new file mode 100644 index 000000000000..7460e6fc9627 --- /dev/null +++ b/lib/rmt-command.h @@ -0,0 +1,4 @@ +#define LOCALEDIR "/usr/local/share/locale" +#ifndef DEFAULT_RMT_COMMAND +# define DEFAULT_RMT_COMMAND "/usr/local/libexec/rmt" +#endif |