| 1 |
Index: gui/reseller/users.php |
|---|
| 2 |
=================================================================== |
|---|
| 3 |
--- gui/reseller/users.php (revision 1203) |
|---|
| 4 |
+++ gui/reseller/users.php (working copy) |
|---|
| 5 |
@@ -112,7 +112,8 @@ |
|---|
| 6 |
'TR_TITLE_BACK' => tr('Return to previous menu'), |
|---|
| 7 |
'TR_TABLE_NAME' => tr('Users list'), |
|---|
| 8 |
'TR_MESSAGE_CHANGE_STATUS' => tr('Are you sure you want to change the status of domain account?', true), |
|---|
| 9 |
- 'TR_MESSAGE_DELETE_ACCOUNT' => tr('Are you sure you want to delete this account?', true), |
|---|
| 10 |
+ 'TR_MESSAGE_DELETE_ACCOUNT' => tr('Please use this tool with caution as once the user is deleted, '. |
|---|
| 11 |
+ 'there is no way to get the files/database, etc back. Are you sure you want to delete this account?',true), |
|---|
| 12 |
'TR_STAT' => tr('Stats'), |
|---|
| 13 |
'VL_MONTH' => $crnt_month, |
|---|
| 14 |
'VL_YEAR' => $crnt_year, |
|---|
| 15 |
Index: configs/freebsd/ispcp.conf |
|---|
| 16 |
=================================================================== |
|---|
| 17 |
--- configs/freebsd/ispcp.conf (revision 1203) |
|---|
| 18 |
+++ configs/freebsd/ispcp.conf (working copy) |
|---|
| 19 |
@@ -30,7 +30,7 @@ |
|---|
| 20 |
|
|---|
| 21 |
CMD_AWK = /usr/bin/awk |
|---|
| 22 |
|
|---|
| 23 |
-CMD_BZCAT = /bin/bzcat |
|---|
| 24 |
+CMD_BZCAT = /usr/bin/bzcat |
|---|
| 25 |
|
|---|
| 26 |
CMD_BZIP = /usr/bin/bzip2 |
|---|
| 27 |
|
|---|
| 28 |
@@ -48,9 +48,9 @@ |
|---|
| 29 |
|
|---|
| 30 |
CMD_ECHO = /bin/echo |
|---|
| 31 |
|
|---|
| 32 |
-CMD_EGREP = /bin/egrep |
|---|
| 33 |
+CMD_EGREP = /usr/bin/egrep |
|---|
| 34 |
|
|---|
| 35 |
-CMD_GZCAT = /bin/zcat |
|---|
| 36 |
+CMD_GZCAT = /usr/bin/zcat |
|---|
| 37 |
|
|---|
| 38 |
CMD_GZIP = /usr/bin/gzip |
|---|
| 39 |
|
|---|
| 40 |
@@ -76,11 +76,11 @@ |
|---|
| 41 |
|
|---|
| 42 |
CMD_RM = /bin/rm |
|---|
| 43 |
|
|---|
| 44 |
-CMD_SED = /bin/sed |
|---|
| 45 |
+CMD_SED = /usr/bin/sed |
|---|
| 46 |
|
|---|
| 47 |
CMD_SHELL = /usr/local/bin/bash |
|---|
| 48 |
|
|---|
| 49 |
-CMD_TAR = /bin/tar |
|---|
| 50 |
+CMD_TAR = /usr/bin/tar |
|---|
| 51 |
|
|---|
| 52 |
CMD_TOUCH = /usr/bin/touch |
|---|
| 53 |
|
|---|
| 54 |
Index: BSDmakefile |
|---|
| 55 |
=================================================================== |
|---|
| 56 |
--- BSDmakefile (revision 1203) |
|---|
| 57 |
+++ BSDmakefile (working copy) |
|---|
| 58 |
@@ -31,7 +31,7 @@ |
|---|
| 59 |
# |
|---|
| 60 |
|
|---|
| 61 |
# This is a TODO list: |
|---|
| 62 |
-# CLOSE: there is no /etc/cron.d/ispcp is freebsd |
|---|
| 63 |
+# CLOSE: there is no /etc/cron.d/ispcp in freebsd |
|---|
| 64 |
# CLOSE: wrong path and format awstats cronjob |
|---|
| 65 |
# OPEN: scoreboard dir not created |
|---|
| 66 |
# OPEN: Under jail, system still in heavy testing |
|---|