You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package/base-files/files/etc/uci-defaults
Matthias Schiffer 86ccaf4c18
base-files: fix user creation on sysupgrade with few opkg control files
If only a single opkg control file exists (which can happen with
CONFIG_CLEAN_IPKG), grep would not print the file name by default. Instead
of forcing it using -H, we just switch to -l (print only file names) and
get rid of the cut.

Add -s to suppress an error message when no control files exist.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
7 years ago
..
10_migrate-shadow treewide: remove bad local shell variable declarations 8 years ago
11_migrate-sysctl base-files: fix whitespaces 11 years ago
12_network-generate-ula base-files: remove a 'not found' error message during system boot 10 years ago
13_fix_group_user base-files: fix user creation on sysupgrade with few opkg control files 7 years ago