Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-17 | merge | James Meyer | 10 | -539/+60 | |
2012-01-17 | linhes-system: include add_storage.py. | James Meyer | 2 | -3/+431 | |
This program is used to detect and autoadd storage to mythtv storage groups. Currently it's not hooked up to anything, but hopefully in the near future it will be an automated process. add_storage will only prompt for new disks, it will skip the following: - optical disks - disks that are in fstab - disks that are mounted (but may not be in fstab) - disks smaller then 5mb refs #796 | |||||
2012-01-17 | udisks * libatasmart: included because they are needed by add_storage.py | James Meyer | 2 | -0/+58 | |
refs # 796 | |||||
2012-01-04 | xdotool: added epoch to PKGBUILD, | James Meyer | 1 | -1/+2 | |
2012-01-04 | media_dir: remove phone from filesystem for new installs. | James Meyer | 2 | -5/+2 | |
remove post_upgrade call to post_install. That chown /myth was not required for upgrades and takes a very long time for people with lots of media. | |||||
2012-01-04 | lirc: added __changelog to help avoid a blind overwrite in the future. | James Meyer | 1 | -0/+1 | |
refs #808 | |||||
2012-01-04 | lirc: include iguanair as a depends. This is needed for the iguanair driver ↵ | James Meyer | 1 | -3/+3 | |
to be built correctly. | |||||
2012-01-02 | linhes-scripts: add acl_fix_fstab.py, missed from earlier commit | James Meyer | 1 | -0/+64 | |
2012-01-02 | supplemental-web: cleanup of error page and docs | James Meyer | 4 | -9/+3 | |
refs #806 | |||||
2012-01-02 | move acl_fix_fstab.py to linhes-scripts: | James Meyer | 9 | -80/+23 | |
modify packages to depend on linhes-scripts >=7-24 certmaster linhes-system wmaker-settings xymon e16-themes refs #805 res #806 | |||||
2011-12-30 | e16_theme_settings: add the e16 config file to the PKGBUILD backups. | James Meyer | 1 | -1/+2 | |
refs #805 | |||||
2011-12-30 | Linhes-config: for install. Only add "acl" to ext3 and ext4. ↵ | James Meyer | 2 | -4/+39 | |
JFS,XFS,resierfs support acl but do not need the mount option | |||||
2011-12-30 | certmaster: acl_fix_fstab. Only add "acl" to ext3 and ext4. ↵ | James Meyer | 2 | -3/+28 | |
JFS,XFS,resierfs support acl but do not need the mount option | |||||
2011-12-30 | supplemental-web: add extra.cfg.txt into repo. This file is used for the ↵ | James Meyer | 1 | -0/+7 | |
base install. | |||||
2011-12-30 | linhes-system: add new utils for backup/update/and restore | James Meyer | 6 | -0/+277 | |
2011-12-30 | linhes-scripts: add find_orphans script | James Meyer | 2 | -2/+242 | |
2011-12-30 | xymon: fix check for myth_mtc and add support for myth_orphan check. | James Meyer | 3 | -50/+44 | |
refs: #806 | |||||
2011-12-29 | supplemental-web: correct count.py to remove live-tv from the stats. Set ↵ | James Meyer | 2 | -5/+8 | |
all blank categories to "Unkown" refs #806 | |||||
2011-12-27 | linhes-system: fix typos in set_windowmanager.sh and add some help text for ↵ | James Meyer | 2 | -5/+7 | |
alt_wm | |||||
2011-12-27 | runit-scripts: add setfacl to runit 1 for /etc/systemconfig. This will ↵ | James Meyer | 2 | -1/+3 | |
ensure that the permissions will be correct on every boot. | |||||
2011-12-27 | LinHES-config: rebuild, no changes | James Meyer | 1 | -1/+1 | |
2011-12-27 | func: msg.cfg, change the default location for text to be upper middle. ↵ | James Meyer | 2 | -3/+8 | |
Added another section called "middle", when using this configuration messages will be displayed right in the middle of the screen. | |||||
2011-12-27 | supplemental-web: process.py remove condtional hostname check for ↵ | James Meyer | 1 | -7/+7 | |
optimizing the database. refs #805 | |||||
2011-12-27 | LinHES-system: pkgbuild with correct md5sums. Missed from earlier commit. | James Meyer | 1 | -5/+5 | |
2011-12-27 | supplemental-web: process.py add the command it's running to the top of the ↵ | James Meyer | 2 | -14/+7 | |
page. general cleanup of unused code refs #805 | |||||
2011-12-27 | func: update pacman.py to call the correct update script. | James Meyer | 2 | -3/+3 | |
refs: #806 | |||||
2011-12-27 | supplemental-web: remove unused graphics | James Meyer | 1 | -0/+0 | |
2011-12-27 | supplemental-web: fix command to run for a manual system backup. | James Meyer | 2 | -6/+5 | |
refs #806 | |||||
2011-12-27 | xymon: correct sudo rules to run the system backup job. | James Meyer | 2 | -2/+2 | |
2011-12-25 | wmaker_settings: remove mythfrontend from the default session. | James Meyer | 2 | -14/+1 | |
refs #805 | |||||
2011-12-25 | dcron: update to version 4.5 | James Meyer | 10 | -208/+33 | |
refs #807 closes #807 | |||||
2011-12-25 | LinHES-session: changes for non-default startup style | James Meyer | 2 | -13/+38 | |
- fix multiple startup of mythfrontend - fixed the start stop of mythbackend via backend_control - added the startup of mythtv-setup refs #805 | |||||
2011-12-25 | linhes-system. modify .install file so that the cron link created for ↵ | James Meyer | 1 | -3/+9 | |
myth_mtc.sh doesn't end in .sh. Sometimes runparts will skip .sh files | |||||
2011-12-25 | myth_mtc.py: | James Meyer | 1 | -21/+38 | |
Fix path for backup and restore jobs. All encase db calls in try/except to avoid the script failing when the bindings cannot connect refs #804 | |||||
2011-12-25 | supplemental-web: remove notify.py, it's no longer used. | James Meyer | 1 | -29/+0 | |
2011-12-25 | media_dirs: add system_backups | James Meyer | 1 | -2/+3 | |
change chown commands to 1000 instead of calling by name | |||||
2011-12-25 | xymon: change database backup location to /myth/system_backup. | James Meyer | 2 | -7/+8 | |
Also fix the generation of hbnotes for standalone. The webpage was missing the backup option | |||||
2011-12-25 | supplemental-web: start/stop cgi scripts. Add an extra msg saying it's ↵ | James Meyer | 3 | -11/+13 | |
about to stop the service. | |||||
2011-12-22 | nvidia:Fixed typo, other issues. | Cecil | 2 | -11/+11 | |
2011-12-22 | nvidia:Bumped to latest official release. | Cecil | 2 | -15/+16 | |
2011-12-22 | nvidia-utils:Bumped to latest official release. | Cecil | 2 | -12/+8 | |
2011-12-22 | mythtv:Bumped to latest. | Cecil | 1 | -1/+1 | |
2011-12-22 | mplayer:Prevents conflicts in man docs (already installed with mplayer) when ↵ | Cecil | 1 | -3/+3 | |
installing mencoder. | |||||
2011-12-22 | Merge branch 'testing' of ↵ | Cecil | 19 | -102/+323 | |
ssh://cesman@linhes.org/mount/repository/linhes_pkgbuild into testing | |||||
2011-12-22 | linhes-scripts:Updated list of deps. | Cecil | 1 | -2/+2 | |
2011-12-21 | linhes-system: myth_mtc | James Meyer | 3 | -18/+25 | |
fix python bindings usage and replace popen2 with subprocess. refs #803 | |||||
2011-12-21 | wmaker_settings: change out background for windowmaker to a linhes specific one. | James Meyer | 2 | -1/+1 | |
2011-12-21 | Merge branch 'testing' of ↵ | James Meyer | 6 | -9/+1206 | |
ssh://jams@linhes.org/mount/repository/linhes_pkgbuild into testing | |||||
2011-12-21 | func: run systemconfig.py func after install. | James Meyer | 2 | -2/+3 | |
This is needed to setup the minion | |||||
2011-12-21 | xymon: add additional sudo script for running sv | James Meyer | 2 | -2/+4 | |