clockwerk-tools

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ HEAD  →  ?path2? @ 1
File deleted
/lib/fs/etc/php5/cgi/php.ini
File deleted
/lib/fs/etc/php5/apache2/php.ini
File deleted
/lib/fs/etc/default/permissions
File deleted
/lib/fs/etc/default/grub
File deleted
/lib/fs/etc/ssh/sshd_config
File deleted

Property changes:

Deleted: svn:executable
-*
\ No newline at end of property

/lib/fs/etc/cron.daily/oardumper
/lib/fs/etc/cron.daily/iardumper
@@ -46,24 +46,6 @@
// INTERNALS //
/////////////////////////////////////////////////////////////
 
///////////////////////////////////////////////////////////////////////////
// Copyright (C) Wizardry and Steamworks 2014 - License: GNU GPLv3 //
///////////////////////////////////////////////////////////////////////////
function wasChown($path, $uid, $gid) {
switch(filetype($path)) {
case 'dir':
if(($dir = opendir($path)) === false) break;
while(false !== ($file = readdir($dir))) {
if($file == '.' || $file == '..') continue;
wasChown($path.'/'.$file, $uid, $gid);
}
case 'file':
chown($path, $uid);
chgrp($path, $gid);
break;
}
}
 
require_once('/var/www/lib/wasRemoteAdmin.php');
 
if(!defined('STDIN')) {
@@ -98,7 +80,7 @@
array_shift($argv);
 
// Create the request
$req = new wasRemoteAdmin('http://localhost:10000', 'opensim');
$req = new KOS('http://localhost:10000', 'opensim');
 
// ..and dump
foreach($users as $user) {
@@ -105,7 +87,6 @@
$_user = preg_replace('/\s/','_',$user);
$USER_FOLDER='/var/lib/iar/'.$_user;
if(!is_dir($USER_FOLDER)) mkdir($USER_FOLDER);
wasChown($USER_FOLDER, 'opensim', 'opensim');
$req->admin_console_command('save iar '.$user.' /* '.$USER_FOLDER.'/'.$_user.'.iar');
wasChown($USER_FOLDER, 'www-data', 'www-data');
chown($USER_FOLDER, 'opensim');
$req->send('save iar '.$user.' / '.$USER_FOLDER.'/'.$_user.'.iar');
}
/lib/fs/etc/inittab
@@ -51,7 +51,7 @@
# Note that on most Debian systems tty7 is used by the X Window System,
# so if you want to add more getty's go ahead but skip tty7 if you run X.
#
1:23:respawn:/sbin/rungetty tty1 -u opensim -g opensim -w /srv/opensim -- /usr/bin/mono OpenSim.exe
1:2345:respawn:/sbin/rungetty tty1 -u opensim -g opensim -w /home/opensim/os -- /usr/bin/mono OpenSim.exe
2:23:respawn:/sbin/getty 38400 tty2
#3:23:respawn:/sbin/getty 38400 tty3
#4:23:respawn:/sbin/getty 38400 tty4
/lib/fs/etc/sysctl.d/local.conf
@@ -61,9 +61,6 @@
net.core.rmem_max = 16777216
net.ipv4.tcp_wmem = 8192 65536 16777216
net.ipv4.udp_wmem_min = 16384
net.ipv4.neigh.default.gc_thresh1=1024
net.ipv4.neigh.default.gc_thresh2=4096
net.ipv4.neigh.default.gc_thresh3=8192
net.core.wmem_default = 131072
net.core.wmem_max = 16777216
net.core.somaxconn = 32768
/lib/fs/etc/udev/rules.d/70-persistent-net.rules