Ignore:
Timestamp:
Dec 20, 2016, 4:07:32 PM (7 years ago)
Author:
Bruno Cornec
Message:

New 3?3 banch for incorporation of latest busybox 1.25. Changing minor version to handle potential incompatibilities.

Location:
branches/3.3
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/3.3/mindi-busybox/debianutils/pipe_progress.c

    r3232 r3621  
    77 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
    88 */
     9//config:config PIPE_PROGRESS
     10//config:   bool "pipe_progress"
     11//config:   default y
     12//config:   help
     13//config:     Display a dot to indicate pipe activity.
     14
     15//applet:IF_PIPE_PROGRESS(APPLET(pipe_progress, BB_DIR_BIN, BB_SUID_DROP))
     16
     17//kbuild:lib-$(CONFIG_PIPE_PROGRESS) += pipe_progress.o
    918
    1019//usage:#define pipe_progress_trivial_usage NOUSAGE_STR
Note: See TracChangeset for help on using the changeset viewer.