search for: ln_s

Displaying 20 results from an estimated 92 matches for "ln_s".

2014 Oct 31
3
[PATCH] Fix, simplify out-of-tree build/install for bash completions
...sparsify \ virt-sysprep # Note: Don't distribute the symbolic links, only the real files. EXTRA_DIST = \ README \ - guestfish \ - guestmount \ - virt-alignment-scan \ - virt-rescue \ - virt-resize + $(scripts) # Some of the scripts are simply symbolic links. -virt-cat: - rm -f $@ - $(LN_S) virt-alignment-scan $@ -virt-df: - rm -f $@ - $(LN_S) virt-alignment-scan $@ -virt-edit: - rm -f $@ - $(LN_S) virt-alignment-scan $@ -virt-filesystems: - rm -f $@ - $(LN_S) virt-alignment-scan $@ -virt-format: - rm -f $@ - $(LN_S) virt-alignment-scan $@ -virt-inspector: - rm -f $@ - $(LN_S) virt-a...
2014 Oct 24
5
[PATCH 0/2] bash-completion: Install symbolic links instead of copies of files (RHBZ#1156298).
Previously we copied the files instead of the symlinks.
2003 Nov 15
2
[patch] 3.7.1p2: slogin symlink fixes
...ve --new-file openssh-3.6.1p2.macro/Makefile.in openssh-3.6.1p2/Makefile.in --- openssh-3.6.1p2.macro/Makefile.in 2003-04-29 09:12:08.000000000 +0000 +++ openssh-3.6.1p2/Makefile.in 2003-05-06 20:55:54.000000000 +0000 @@ -48,6 +48,7 @@ LIBWRAP=@LIBWRAP@ AR=@AR@ RANLIB=@RANLIB@ INSTALL=@INSTALL@ +LN_S=@LN_S@ PERL=@PERL@ SED=@SED@ ENT=@ENT@ @@ -263,9 +264,9 @@ install-files: scard-install $(INSTALL) -m 644 sftp-server.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/sftp-server.8 $(INSTALL) -m 644 ssh-keysign.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-keysign.8 -rm -f $(DESTDIR)$(bindir)/slogin...
2010 Sep 23
1
[resent][PATCH/liboggz] Fix an issue with the symlinks for pre-0.9.9 tool names
...hey are already installed; # see http://lists.xiph.org/pipermail/ogg-dev/2008-July/001083.html install-exec-local: + cd $(DESTDIR)$(bindir) && \ for p in dump diff info merge rip ; do \ - if test -e $(exec_prefix)/bin/oggz$$p ; then \ - $(RM) $(exec_prefix)/bin/oggz$$p ; \ - $(LN_S) $(exec_prefix)/bin/oggz-$$p $(exec_prefix)/bin/oggz$$p ; \ + if test -e oggz$$p ; then \ + $(RM) oggz$$p ; \ + $(LN_S) oggz-$$p oggz$$p ; \ fi ; \ done @@ -89,7 +90,7 @@ install-exec-local: # such systems. uninstall-local: for p in dump diff info merge rip ; do \ - if test...
2014 Mar 02
2
Re: [PATCH 3/8] builder: add functions to read XDG_CONFIG_DIRS and XDG_CONFIG_PATH
On Tue, Feb 25, 2014 at 05:29:08PM +0100, Pino Toscano wrote: > +let xdg_config_dirs ~prog = > + let dirs = > + try Sys.getenv "XDG_CONFIG_DIRS" > + with Not_found -> "/etc/xdg" in This seems to put the virt-builder config files into /etc/xdg/virt-builder which is kind of annoying. Can we move them to a regular default location (/etc/virt-builder)? I
2008 Nov 13
2
oggz tool renames
...of only uninstalling what we installed. thanks for the feedback John, and others that discussed this over irc or beer. The Makefile rules I used just call "rm" and "ln -s" directly. Does anyone have advice about how to make this portable, ie. is it ok to just write $(RM) and $(LN_S), after calling AC_PROG_RM and AC_PROG_LN_S in configure.ac, or would that make configure fail if those programs aren't installed in the first place? please test :-) Conrad.
2014 May 20
2
[PATCH] daemon: scrub-file: resolve the path before calling scrub (RHBZ#1099490).
...e"; "content"]; - ["scrub_file"; "/scrub_file"]]), [] + ["scrub_file"; "/scrub_file"]]), []; + InitScratchFS, Always, TestRun ( + [["write"; "/scrub_file_2"; "content"]; + ["ln_s"; "/scrub_file_2"; "/scrub_file_2_link"]; + ["scrub_file"; "/scrub_file_2_link"]]), []; + InitScratchFS, Always, TestLastFail ( + [["ln_s"; "/scrub_file_3_notexisting"; "/scrub_file_3_link"]; + [&...
2015 Oct 24
2
[PATCH 0/2] Allow 'make install' to be run twice.
Still don't recommend you use 'make install', but here we go. Rich.
2014 May 20
14
Re: [PATCH] daemon: scrub-file: resolve the path before calling scrub (RHBZ#1099490).
On Tuesday 20 May 2014 15:56:16 Richard W.M. Jones wrote: > On Tue, May 20, 2014 at 03:33:31PM +0200, Pino Toscano wrote: > > Resolve the given path within the chroot, so scrub can be invoked > > outside the chroot on an already-resolved path. > > Given that realpath is used, its availability is checked manually, > > since scrub-file already depends on the
2015 Sep 29
4
[PATCH v2 1/2] builder: add opensuse images sources
...m @@ -315,7 +315,8 @@ DISTCLEANFILES = .depend # virt-builder's default repository repoconfdir = $(sysconfdir)/xdg/virt-builder/repos.d -repoconf_DATA = libguestfs.conf libguestfs.gpg +repoconf_DATA = libguestfs.conf libguestfs.gpg \ + opensuse.conf opensuse.gpg install-exec-hook: $(LN_S) xdg/virt-builder $(DESTDIR)$(sysconfdir)/virt-builder diff --git a/builder/opensuse.conf.in b/builder/opensuse.conf.in new file mode 100644 index 0000000..80db267 --- /dev/null +++ b/builder/opensuse.conf.in @@ -0,0 +1,3 @@ +[opensuse.org] +uri=http://download.opensuse.org/repositories/Virtualizat...
2016 Aug 25
0
[PATCH 5/5] bash completion: Add missing bash completion scripts (RHBZ#1367738).
...y. +guestunmount \ +virt-builder virt-cat virt-customize virt-df virt-dib virt-diff \ +virt-edit virt-filesystems virt-format virt-get-kernel virt-inspector \ +virt-log virt-ls \ +virt-p2v-make-disk virt-p2v-make-kickstart virt-p2v-make-kiwi \ +virt-resize virt-sparsify virt-sysprep: rm -f $@ $(LN_S) virt-alignment-scan $@ -virt-builder virt-sparsify: +# guestfish is handled specially. +virt-copy-in virt-copy-out virt-tar-in virt-tar-out: rm -f $@ - $(LN_S) virt-resize $@ + $(LN_S) guestfish $@ if HAVE_BASH_COMPLETION diff --git a/bash/guestfish b/bash/guestfish index 0f12690..dd0984a...
2011 Feb 18
2
Samba Cross-Compilation Problem
Hi, I want to cross-compile samba for arm-linux. I have host machine: Red Had Enterprise Edition 5.0 and I am not able to cross compile it. I tried 3-4 Versions of samba but in vain. Can you guide me through compiling process.Which stable version of samba should i use?Step by step cross compilation process.OR If you have binaries or package for samba which i can?directly?use ?at my arm machine.
1999 Mar 15
0
R 68.3 on OSF V4.0 problems SOLVED
...: : '(I like to make my installations simple... can R adopt this scheme?)' : 'Install man pages in RHOME, with symlinks from /usr/local/man/man1' perl -i.bak -pe 's/mandir/rhome/ unless m/cd/; s/^\t.(.cd ..mandir)/\t-$1/; print "\t for f in R.1 Rdconv.1; do rm -f \$\$f; \$(LN_S) \$(rhome)/man1/\$\$f \$\$f; done; \\\n" if m/in Rd2txt/' doc/Makefile : : 'Install with symlinks from /usr/local/bin' perl -i.bak -pe 's:^.*cat .* ..bindir./R$:\techo Not doing /usr/local/bin/R yet:; s: ..bindir./R : : if m/chmod/; s/^.*(for f in )(Rd2txt )/\t-$1R $2/; s:^(.*)...
2010 Oct 27
1
Cross-compile Samba 3.5.6 with STLinux 2.3 (SH4 CPU)
...all I've set some env vars: export PREFIX="sh4-linux" export CC="${PREFIX}-gcc" export CXX="${PREFIX}-g++" export LD="${PREFIX}-ld" export NM="${PREFIX}-nm -B" export AR="${PREFIX}-ar" export RANLIB="${PREFIX}-ranlib" export LN_S="ln -s" export CFLAGS="-g -O2" export PKG_CONFIG_PATH=/opt/STM/STLinux-2.3/devkit/sh4/target/usr/lib/pkgconfig export LD_LIBRARY_PATH=/opt/STM/STLinux-2.3/devkit/sh4/lib export LDFLAGS="-L/opt/STM/STLinux-2.3/devkit/sh4/lib -L/opt/STM/STLinux-2.3/devkit/sh4/lib/gcc/sh4-linu...
2013 Oct 28
1
Using puppetlabs_spec_helper on Windows 7
...if RUBY_PLATFORM =~ /mswin|mingw|cygwin/ then #Windows Stuff source_win=source.tr("/","\\") target_win=target.tr("/","\\") `call mklink /D #{target_win} #{source_win}` elsif RUBY_PLATFORM =~ /linux/ then FileUtils::ln_s(source, target) end end 2. undefined method `fetch'' for nil:NilClass: Failure/Error: Unable to find matching line from backtrace NoMethodError: undefined method `fetch'' for nil:NilClass # C:/Program Files/Puppet Labs/Puppet/...
2000 Jun 19
1
Trying to compile R on Unix
...GNOME_LIBDIR@ GNOME_INCLUDEDIR = @GNOME_INCLUDEDIR@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DIR = ${INSTALL} -d LATEX = @LATEX@ LDCMD = @LDCMD@ LDFLAGS = @LDFLAGS@ LIBGLADE_CFLAGS = @LIBGLADE_CFLAGS@ LIBGLADE_LIBS = @LIBGLADE_LIBS@ LIBS = @LIBS@ LN_S = @LN_S@ MAKEINDEX = @MAKEINDEX@ MKINSTALLDIRS = $(top_srcdir)/tools/mkinstalldirs R_PKGS = base ctest eda lqs modreg mva nls splines stepfun ts R_XTRA_CFLAGS = @R_XTRA_CFLAGS@ R_XTRA_CPPFLAGS = -I. -I../include -I$(top_srcdir)/src/include -I$(top_srcdir)/src/include/R_ext R_XTRA_FFLAGS = @R_XTRA_F...
2009 Apr 17
1
Missing getopt_long in Solaris 8 Sparc
...ired for the Ogg > tools, not for the library. config.log says ac_cv_func_getopt_long=no ac_cv_header_getopt_h=no ac_cv_lib_gnugetopt_getopt_long=no LIBOBJS=' ${LIBOBJDIR}getopt$U.o ${LIBOBJDIR}getopt1$U.o' LIBS='-lm ' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LN_S='ln -s' LTLIBOBJS=' ${LIBOBJDIR}getopt$U.lo ${LIBOBJDIR}getopt1$U.lo' However, the files in src/ are not compiled: build8s% ls -l src/ total 269 -rw-r--r-- 1 dam csw 18710 Apr 17 13:42 Makefile -rw-r--r-- 1 dam csw 839 Jun 2 2008 Makefile.am -rw-r--...
1999 Mar 12
1
R 68.3 on OSF V4.0 problems
...quot; message' perl -i.bak -pe 's:/bin/sh:/bin/ksh:' src/scripts/R.sh : 'Install man pages in RHOME, with symlinks from /usr/local/man/man1' perl -i.bak -pe 's/mandir/rhome/ unless m/cd/; s/^\t.(.cd ..mandir)/\t-$1/; print "\t for f in R.1 Rdconv.1; do rm -f \$\$f; \$(LN_S) \$(rhome)/man1/\$\$f \$\$f; done; \\\n" if m/in Rd2txt/' doc/Makefile : 'Install with symlinks from /usr/local/bin' perl -i.bak -pe 's:^.*cat .* ..bindir./R$:\techo Not doing /usr/local/bin/R yet:; s: ..bindir./R : : if m/chmod/; s/^.*(for f in )(Rd2txt )/\t-$1R $2/; s:^(.*)....
2017 Feb 21
0
[PATCH 3/3] dib: rename "aux" to "in_target.aux"
...ux/perm"; + g#umount "/tmp/in_target.aux"; g#rm_rf "/tmp"; let subroot_items = let l = Array.to_list (g#ls "/subroot") in @@ -861,7 +861,7 @@ let main () = (* Check /tmp exists already. *) ignore (g#is_dir "/tmp"); mount_aux (); - g#ln_s "aux/hooks" "/tmp/in_target.d"; + g#ln_s "in_target.aux/hooks" "/tmp/in_target.d"; run_hook_host "extra-data.d"; @@ -880,14 +880,14 @@ let main () = checked_umount_all (); flush_all (); g#mount blockdev "/"; - (* Check /t...
2015 Sep 08
5
[PATCH 0/2] virt-builder OpenSUSE images
Hi guys, Here are two patches to get opensuse images in virt-builder. Cédric Bosdonnat (2): Allow curl to follow redirects. builder: add opensuse images sources builder/Makefile.am | 3 ++- builder/downloader.ml | 4 ++-- builder/opensuse.conf.in | 3 +++ builder/opensuse.gpg | 21 +++++++++++++++++++++ configure.ac | 1 + 5 files changed, 29 insertions(+), 3