diff options
author | login (tilde.institute) <login@tilde.institute> | 2020-09-22 02:01:09 -0400 |
---|---|---|
committer | login (tilde.institute) <login@tilde.institute> | 2020-09-22 02:01:09 -0400 |
commit | 3886f9e4f04b24f7d32c6dfb48d91793ffdf6dfd (patch) | |
tree | 235d2b43e3dc76e0c132d302e2b691d15f5f7547 /ntcoin_openbsd_tildeinstitute | |
parent | b379602cd8122e19fde7aeca5ef09560cb6cff86 (diff) | |
download | tcoin-3886f9e4f04b24f7d32c6dfb48d91793ffdf6dfd.tar.gz |
Updated ntcoin for OpenBSD systems to have #define TILDEINSTITUTE
This was done so that the date generation changes for OpenBSD and tilde.institute-type systems will apply.
Diffstat (limited to 'ntcoin_openbsd_tildeinstitute')
-rwxr-xr-x | ntcoin_openbsd_tildeinstitute | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/ntcoin_openbsd_tildeinstitute b/ntcoin_openbsd_tildeinstitute index 5f91e88..77aab1d 100755 --- a/ntcoin_openbsd_tildeinstitute +++ b/ntcoin_openbsd_tildeinstitute @@ -27,7 +27,8 @@ then #define TCOIN_HOST_NAME "'$3'" #define KROWBAR_OFF #define DA_OFF -#define MINERCOIN_OFF' +#define MINERCOIN_OFF +#define TILDEINSTITUTE' else #see https://stackoverflow.com/a/3951175 case $3 in @@ -161,7 +162,8 @@ else #define TCOIN_HOST_NAME "'$4'" #define KROWBAR_OFF #define DA_OFF -#define MINERCOIN_OFF' > "`/usr/local/bin/grealpath -s $1`/tcoin/bin/tcoin_defs.cpp" +#define MINERCOIN_OFF +#define TILDEINSTITUTE' > "`/usr/local/bin/grealpath -s $1`/tcoin/bin/tcoin_defs.cpp" /bin/chmod 640 "`/usr/local/bin/grealpath -s $1`/tcoin/bin/tcoin_defs.cpp" fi if [ -e "`/usr/local/bin/grealpath -s $1`/tcoin/bin/pcoin_defs.cpp" ] @@ -183,7 +185,8 @@ else #define PCOIN_BIN_PATH_W_SPACE "'`/usr/local/bin/grealpath -s $2`'/pcoin " #define KROWBAR_OFF #define DA_OFF -#define MINERCOIN_OFF' > "`/usr/local/bin/grealpath -s $1`/tcoin/bin/pcoin_defs.cpp" +#define MINERCOIN_OFF +#define TILDEINSTITUTE' > "`/usr/local/bin/grealpath -s $1`/tcoin/bin/pcoin_defs.cpp" /bin/chmod 640 "`/usr/local/bin/grealpath -s $1`/tcoin/bin/pcoin_defs.cpp" fi if [ -e "`/usr/local/bin/grealpath -s $1`/tcoin/bin/tcoin" ] |