remove Enterprise references

This commit is contained in:
benschermel 2022-05-10 12:58:59 -04:00
parent 1ff1d05690
commit 1b22cebe02
3 changed files with 4 additions and 7 deletions

View File

@ -27,7 +27,7 @@ getent group keydb &> /dev/null || \
groupadd -r keydb &> /dev/null
getent passwd keydb &> /dev/null || \
useradd -r -g keydb -d /var/lib/keydb -s /sbin/nologin \
-c 'KeyDB Enterprise Database Server' keydb &> /dev/null
-c 'KeyDB Database Server' keydb &> /dev/null
exit 0
#postinstall scriptlet (using /bin/sh):

View File

@ -32,7 +32,7 @@ const char *ascii_logo =
" _ \n"
" _-(+)-_ \n"
" _-- / \\ --_ \n"
" _-- / \\ --_ KeyDB Enterprise %s (%s/%d) %s bit \n"
" _-- / \\ --_ KeyDB %s (%s/%d) %s bit \n"
" __-- / \\ --__ \n"
" (+) _ / \\ _ (+) Running in %s mode\n"
" | -- / \\ -- | Port: %d\n"

View File

@ -73,8 +73,8 @@
#endif
int g_fTestMode = false;
const char *motd_url = "http://api.keydb.dev/motd/motd_server_pro.txt";
const char *motd_cache_file = "/.keydb-enterprise-server-motd";
const char *motd_url = "http://api.keydb.dev/motd/motd_server.txt";
const char *motd_cache_file = "/.keydb-server-motd";
/* Our shared "common" objects */
@ -6272,10 +6272,7 @@ sds genRedisInfoString(const char *section) {
if (sections++) info = sdscat(info,"\r\n");
info = sdscatprintf(info,
"# KeyDB\r\n"
"variant:enterprise\r\n"
"license_status:%s\r\n"
"mvcc_depth:%d\r\n",
"OK",
mvcc_depth
);
}