/[smecontribs]/rpms/smeserver-user-webspace/contribs8/smeserver-user-webspace-0.1-actions.patch
ViewVC logotype

Diff of /rpms/smeserver-user-webspace/contribs8/smeserver-user-webspace-0.1-actions.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by unnilennium, Sat Nov 23 22:49:34 2013 UTC Revision 1.2 by unnilennium, Sat Nov 23 23:20:29 2013 UTC
# Line 14  diff -Nur smeserver-user-webspace-0.1-ol Line 14  diff -Nur smeserver-user-webspace-0.1-ol
14  +# links to add  +# links to add
15  +  +
16  +# templates to expand  +# templates to expand
17  +    templates2events( "/etc/sysconfig/madsonic" , qw( conf-madsonic bootstrap-console-save console-save post-upgrade));  +  
18  +  +
19  +# services to launch on event  +# services to launch on event
20  +       safe_symlink("restart", "root/etc/e-smith/events/conf-madsonic/services2adjust/madsonic");  +
21  +  +
22  +#actions  +#actions
23  +for my $event (qw(user-create ))  +for my $event (qw(user-create ))
# Line 90  diff -Nur smeserver-user-webspace-0.1-ol Line 90  diff -Nur smeserver-user-webspace-0.1-ol
90  -#event_link("action1", $event, "55");  -#event_link("action1", $event, "55");
91  -#event_link("action2", $event, "90");  -#event_link("action2", $event, "90");
92  +#create default directories in skel  +#create default directories in skel
93  + my $root=$ARGV[0];  + #my $root=$ARGV[0];
94    
95  + mkdir( "$root/etc/e-smith/skel/user/tmp");  + system( "mkdir -p root/etc/e-smith/skel/user/tmp");
96  + mkdir( "$root/etc/e-smith/skel/user/home/public_html");  + system( "mkdir -p root/etc/e-smith/skel/user/home/public_html");
97  diff -Nur smeserver-user-webspace-0.1-old/root/etc/e-smith/events/actions/user-create-profiledir-webspace smeserver-user-webspace-0.1/root/etc/e-smith/events/actions/user-create-profiledir-webspace  diff -Nur smeserver-user-webspace-0.1-old/root/etc/e-smith/events/actions/user-create-profiledir-webspace smeserver-user-webspace-0.1/root/etc/e-smith/events/actions/user-create-profiledir-webspace
98  --- smeserver-user-webspace-0.1-old/root/etc/e-smith/events/actions/user-create-profiledir-webspace     1969-12-31 19:00:00.000000000 -0500  --- smeserver-user-webspace-0.1-old/root/etc/e-smith/events/actions/user-create-profiledir-webspace     1969-12-31 19:00:00.000000000 -0500
99  +++ smeserver-user-webspace-0.1/root/etc/e-smith/events/actions/user-create-profiledir-webspace 2013-11-23 17:15:03.000000000 -0500  +++ smeserver-user-webspace-0.1/root/etc/e-smith/events/actions/user-create-profiledir-webspace 2013-11-23 17:15:03.000000000 -0500


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed