Changeset 3473
- Timestamp:
- 08/09/07 18:41:19 (1 year ago)
- Files:
-
- branches/common-nfo/package/mksh/info.nfo (modified) (1 diff)
- branches/common-nfo/tools/nfotiser/pfile.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/common-nfo/package/mksh/info.nfo
r3427 r3473 23 23 been made UTF-8 safe (must be enabled with "set -U" manually). 24 24 . 25 This package also adds /bin/mksh to /etc/shells and a $PS1 command25 This package also adds /bin/mksh to /etc/shells and a \$PS1 command 26 26 to /etc/profile in order to create a consistent working environment. 27 27 URLS http://mirbsd.de/mksh branches/common-nfo/tools/nfotiser/pfile.c
r3472 r3473 230 230 } 231 231 free(entry->value); 232 entry->value = dp;232 entry->value = str_nsave(dp, tp - dp); 233 233 } 234 234 }


