Changeset 946


Ignore:
Timestamp:
11/18/06 01:50:45 (7 years ago)
Author:
bruno
Message:

Busybox changelog updated to 1.2.2
mondorestore also needs the getfacl/attr magic var.

Location:
branches/stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi-busybox/ChangeLog

    r876 r946  
    33MINDI-BUSYBOX CHANGES 
    44 
     51.2.2 (2006-11-17) 
     6- Updated based on busybox 1.2.2 (Bruno Cornec) 
     7- Handles modules back again (Bruno Cornec) 
     8 
    591.2.1 (2006-10-04) 
    610- Creation based on busybox 1.2.1 (Bruno Cornec) 
  • branches/stable/mondo/src/mondorestore/mondo-restore.c

    r928 r946  
    492492char *ps_options = ""; 
    493493char *ps_proc_id = "$1"; 
     494 
     495extern char *g_getfacl; 
     496extern char *g_getfattr; 
    494497 
    495498/* @} - end of "Restore-Time Globals" in globalGroup */ 
Note: See TracChangeset for help on using the changeset viewer.