search for: foofile

Displaying 11 results from an estimated 11 matches for "foofile".

2009 Oct 05
1
--copy-unsafe-links does not work for "double" symlinks
...lem. (rsync version 3.0.3 protocol version 30, on Debian Lenny) Example: - host 1 directory-structure ("empty"): drwx------ ./1 - host 2 directory-structure: drwx------ ./2 -rw------- ./2/file lrwxrwxrwx ./2/dir -> ../foo drwx------ ./foo -rw------- ./foo/foofile lrwxrwxrwx ./foo/bar -> ../bar drwx------ ./bar -rw------- ./bar/barfile - mirror host 2 to host 1: $ rsync -av --copy-unsafe-links 2/ 1/ sending incremental file list ./ file dir/ dir/bar -> ../bar/ dir/foofile sent 206 bytes received 60 bytes...
2007 Aug 24
7
Can I do this in a template..?
...information on what is possible with templates, how advanced you can get, but haven''t found much. I guess it''s one of the areas where I should contribute to the docs - once I figured out what I can do, that is... ;-) Ex: foobar.pp: ---------- class foo { file { "/etc/foofile": content => template("template.erb"), } } class bar { file { "/etc/barfile": content => template("template.erb"), } } template.erb: ------------- <% if name.include? "foofile" -%> This is foofile <% else -%> This is barfile &l...
2015 Aug 19
5
creating a callinst to an external function
...ass. The pass is supposed to modify the given IR in a specefic way. One of the required modifications is to insert a call to a function at a specific location. This is the signature of the called function: void myclass::foo(Function *f, BasicBlock* b) This function's prototype is in an foofile.h file in include/llvm And the function definition is in foofile.cpp file in the MCJIT folder. and running "make" at this folder works fine and the foofile.cpp is compiled with MCJIT.cpp and another function in the same file works just fine as expected. Not back to the instrumentation...
2013 Oct 23
1
Scripting call to R-Studio compile PDF
Hey everyone, I have several RStudio (.rnw) files that I am using a script to assemble into a composite document. For this purpose, it would be helpful if the script could automatcially make a call to whatever is called when a user opens up one of these files and manually clicks "Compile PDF". Basically, this would allow me to refresh all of the reports before assimilating their
2001 Dec 15
0
oplock error - broken client? need workaround
...d users = root netbios name = SERVER socket address = 192.168.123.1 interfaces = lo eth0 192.168.123.0/24 127.0.0.1 bind interfaces only = yes security = share workgroup = FOOGROUP socket options = IPTOS_LOWDELAY TCP_NODELAY SO_SNDBUF=4096 SO_RCVBUF=4096 wins support = yes [FOOfiles] browseable = yes path = /var/samba/shares/foofiles public = yes writeable = yes create mode = 766
2007 Aug 24
7
Problem restarting client service ssh in client
Hello, I want a simple operation in a puppet node like restarting the ssh service if it was stopped. My site.pp is simple as this: import "services/*" node default { include ssh } The services directory as a ssh.pp : class ssh { service { ssh: ensure => running, subscribe => File["/etc/ssh/sshd_config"] } } I''ve stopped the ssh service in the
2010 Nov 07
14
EC2 with puppet bootstrap notes and scripts
Hello... I wanted to be able to startup an EC2 instance with one command and have a fully functioning server without having to shell into each new instance and configure the bits to allow puppet to finish the configuration. Here are some notes I came up with for bootstrapping an ec2 instance with puppet using Ubuntu 10.04. I left out a lot of things about creating and running custom AIM
2007 Jun 21
0
Branch 'as' - 5 commits - libswfdec/Makefile.am libswfdec/swfdec_as_strings.c libswfdec/swfdec_js_net_stream.c libswfdec/swfdec_movie.c libswfdec/swfdec_net_connection.c libswfdec/swfdec_net_stream_as.c libswfdec/swfdec_net_stream.c
...c71944c47d6e63b1b0066e53ead) Author: Benjamin Otte <otte at gnome.org> Date: Thu Jun 21 22:47:51 2007 +0200 port NetStream diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am index f1bb40c..a28e906 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -24,7 +24,6 @@ foofiles = \ swfdec_js_global.c \ swfdec_js_mouse.c \ swfdec_js_movie.c \ - swfdec_js_net_stream.c \ swfdec_js_sound.c \ swfdec_js_video.c \ swfdec_js_xml.c @@ -91,6 +90,7 @@ libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES swfdec_movie_asprops.c \ swfdec_net_connection.c \ swfdec_net_stream.c...
2007 May 23
0
Branch 'as' - 7 commits - libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_as_strings.c
...t;otte at gnome.org> Date: Tue May 22 20:58:07 2007 +0200 reenable Color class diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am index 7cf86f6..ba1f4d4 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -21,7 +21,6 @@ lib_LTLIBRARIES = libswfdec- at SWFDEC_MAJO foofiles = \ swfdec_js.c \ - swfdec_js_color.c \ swfdec_js_connection.c \ swfdec_js_global.c \ swfdec_js_mouse.c \ @@ -64,6 +63,7 @@ libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES swfdec_codec_screen.c \ swfdec_codec_video.c \ swfdec_color.c \ + swfdec_color_as.c \ swfdec_connection.c \ swfd...
2007 Jun 27
0
Branch 'as' - 16 commits - configure.ac libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_function.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_script_function.c
...object code This should be the last leftover code from 0.4 diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am index f944d94..14e50fb 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -19,14 +19,6 @@ endif lib_LTLIBRARIES = libswfdec- at SWFDEC_MAJORMINOR@.la -foofiles = \ - swfdec_js.c \ - swfdec_js_global.c \ - swfdec_js_mouse.c \ - swfdec_js_movie.c \ - swfdec_js_sound.c \ - swfdec_js_video.c - libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES = \ swfdec_as_array.c \ swfdec_as_context.c \ @@ -78,6 +70,7 @@ libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES swfdec_h...
2007 Apr 04
0
Branch 'as' - 17 commits - configure.ac doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt doc/swfdec.types libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_loader.c libswfdec-gtk/swfdec_gtk_loader.h
....b46bcc0 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -1,6 +1,4 @@ -SUBDIRS = jpeg js - -DIST_SUBDIRS = jpeg js +SUBDIRS = jpeg CODECS = @@ -13,9 +11,20 @@ endif lib_LTLIBRARIES = libswfdec-@SWFDEC_MAJORMINOR@.la -js_cflags = -I$(srcdir)/js/ -I./js -DXP_UNIX -DDEBUG +foofiles = \ + swfdec_js.c \ + swfdec_js_color.c \ + swfdec_js_connection.c \ + swfdec_js_global.c \ + swfdec_js_mouse.c \ + swfdec_js_movie.c \ + swfdec_js_net_stream.c \ + swfdec_js_sound.c \ + swfdec_js_video.c \ + swfdec_js_xml.c libswfdec_@SWFDEC_MAJORMINOR@_la_SOURCES = \ + swfdec_as_array.c \ s...