|
Last change
on this file since 1681 was 1663, checked in by Bruno Cornec, 18 years ago |
- Fix bug #197 (based on an initial patch of Scott Cummings)
- Fix a bug where df was using locale to print messages and wasn't filtered correctly
- mkdtemp checked in configure
- reset_bkpinfo called as early as possible by both main program.
- It creates a tmpdir cleanly with mkdtemp in setup_tmpdir subfunction, which takes in account TMPIR and TMP env var. Remains to see what tmpfs does and tests
- configure.in should also be filtered.
- Remove g_bkpinfo_DONTUSETHIS
- remove bkpinfo also from header files
- Render bkpinfo global (potential issue on thread, but should not be a problem as that structure is indeed static during archive)
- Apply patch from Andree Leidenfrost, modified a bit to use bkpinfo->tmpdir instead of /tmp or MINDI_CACHE when appropriate. Fix security issues in mondo. Thanks al ot Andree for catching all those issues.
- /tmp => /var/log for mondorestore.log in mindi
- Update linux terminfo to fix a color issue (Andree Leidenfrost)
- Removes useless log file (Andree Leidenfrost)
- replace vi with find_my_editor during restore (Andree Leidenfrost)
- sync in bg in mindi (VMWare issue to look at)
- mindi/mindi-busybox have a different version than mondo for pb
- PB-SUF also added to spec file
- Fix a bug for pb build (omission of PB-SUF declaration)
(merge -r1631:1662 $SVN_M/branches/2.2.5)
|
|
File size:
777 bytes
|
| Line | |
|---|
| 1 | #
|
|---|
| 2 | # Project Builder configuration file
|
|---|
| 3 | # For project mondorescue
|
|---|
| 4 | #
|
|---|
| 5 | # $Id$
|
|---|
| 6 | #
|
|---|
| 7 |
|
|---|
| 8 | projver mondorescue = devel
|
|---|
| 9 | projtag mondorescue = 1
|
|---|
| 10 |
|
|---|
| 11 | # Hash of default package/package directory
|
|---|
| 12 | defpkgdir mondo = mondo
|
|---|
| 13 | defpkgdir mindi = mindi
|
|---|
| 14 |
|
|---|
| 15 | pkgver mindi = 1.2.5
|
|---|
| 16 | pkgver mindi-busybox = 1.2.2
|
|---|
| 17 | pkgtag mindi-busybox = 4
|
|---|
| 18 |
|
|---|
| 19 | # Hash of additional package/package directory
|
|---|
| 20 | extpkgdir mindi-busybox = mindi
|
|---|
| 21 | extpkgdir mondo-doc = mondo-doc
|
|---|
| 22 |
|
|---|
| 23 | # Hash of valid version names
|
|---|
| 24 | version devel
|
|---|
| 25 | version stable
|
|---|
| 26 |
|
|---|
| 27 | # List of additional files on which to apply filters
|
|---|
| 28 | # Files are mentioned relatively to pbroot
|
|---|
| 29 | filteredfiles mondo = configure.in
|
|---|
| 30 | filteredfiles mondo-doc = mondorescue-howto.sgml,mondoarchive.8,mondorestore.8
|
|---|
| 31 | filteredfiles mindi = rootfs/sbin/init,mindi,install.sh
|
|---|
| 32 | filteredfiles mondo-website = top.shtml
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.