aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-extended/webmin/files
AgeCommit message (Collapse)Author
2013-02-22webmin: correct net-lib.pl patchKevin Strasser
remove absolute path from reference to debian-linux-lib.pl Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
2013-02-11webmin: update to 1.620Paul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-09-10webmin: update package to 1.590Kevin Strasser
The patch "fdisk-partprobe-fix.patch" has been accepted upstream and is no longer needed. Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
2012-08-06webmin: fix some grammar in the MediaTomb modulePaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-08-06webmin: remove nfsd check from exports-lib.plKevin Strasser
Webmin expects the userspace version of nfsd and attempts to find its pid when applying a new set of nfs exports. This check fails because baryon is configured to install the kernelspace version. In result the command that is assigned to apply_cmd will never be executed, and the contents of /exports are not successfully exported. Fixes [YOCTO #1719] Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
2011-11-09webmin: add missing patch header infoPaul Eggleton
Add information to my earlier mount-excludefs.patch. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-11-09webmin: make Network Configuration module workDexuan Cui
1) add perl-module-file-copy into RDEPENDS since debian-linux-lib.pl needs that. 2) let generic-linux-lib.pl use debian-linux-lib.pl. This is a hack. We need to work out a better fix. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-11-09webmin: Add a simple module for Media TombDexuan Cui
Signed-off-by: Jiajun Xu <jiajun.xu@intel.com>
2011-11-09webmin: Fix the config files of samba,nfs...Zhai Edwin
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-11-08webmin: fix the NFS export syntax issueYu Ke
Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-10-24webmin: disable some more itemsPaul Eggleton
* Remove webmin startup option * Exclude "system" filesystems from showing in mount ("Disk and Network Filesystems") module * Disable OS version check as it doesn't work on our system at the moment * Delete some more files useful only on other Unix OSes Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-10-23webmin: fix prepending partprobe command line in fdisk modulePaul Eggleton
If the partprobe command is available (part of GNU parted) then the fdisk module prepends this command to any formatting command, however it was also appending the prepended command to itself resulting in an invalid command. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-10-23webmin: enable net modulePaul Eggleton
Enable net ("Network Configuration") module for generic linux systems. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-10-23webmin: exclude services from init modulePaul Eggleton
Hide some system services from the init ("Bootup and Shutdown") module that should not be configurable via the web interface. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-10-23webmin: add new recipe for version 1.570Paul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>