comparison toys/other/swapon.c @ 1775:57f2a26fa92c draft toast

To ensure that toybox can be installed alongside busybox without confusing update-alternatives, the paths of the links installed by toybox should match those installed by busybox. This is accomplished by changing the flags of a few tools within toybox.
author Paul Barker <paul@paulbarker.me.uk>
date Sat, 04 Apr 2015 11:58:06 -0500
parents 786841fdb1e0
children
comparison
equal deleted inserted replaced
1774:014a5e821603 1775:57f2a26fa92c
1 /* swapon.c - Enable region for swapping 1 /* swapon.c - Enable region for swapping
2 * 2 *
3 * Copyright 2012 Elie De Brauwer <eliedebrauwer@gmail.com> 3 * Copyright 2012 Elie De Brauwer <eliedebrauwer@gmail.com>
4 4
5 USE_SWAPON(NEWTOY(swapon, "<1>1p#<0>32767", TOYFLAG_BIN|TOYFLAG_NEEDROOT)) 5 USE_SWAPON(NEWTOY(swapon, "<1>1p#<0>32767", TOYFLAG_SBIN|TOYFLAG_NEEDROOT))
6 6
7 config SWAPON 7 config SWAPON
8 bool "swapon" 8 bool "swapon"
9 default y 9 default y
10 help 10 help