| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
The BSD.local.dist will also be removed from DFly base soon.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
For reasons unknown, with DEBUG disabled (i.e., DEBUG=""), the script will
terminate after the debug() invocation!
But bash can run this script well without this fix...
|
| |
|
|
|
|
| |
version: 0.1.1
|
| |
|
|
|
|
| |
Tested by upgrading a DFly 5.0.0-release -> 5.0.2-release
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
XXX: Use global variables shared between cmd_status() and cmd_fly()
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
When there is no $TO_REMOVE_LATE, the generated $tmpfile list has an *empty
line* at the end, which cause problem for the file existence test.
|
| |
|
|
|
|
|
| |
The important etc confg files (e.g., group, passwd) cannot be moved/renamed!
Use "cp" instead of "mv"!
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|