Displaying 3 results from an estimated 3 matches for "snippety".
Did you mean:
snippet
2003 Dec 27
2
License on rsync ??
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Noted in the readme that rsync is licensed under GPL, and have some
questions about this.
Reading through a couple different places on the internet, of people
wondering why there are few to no GUI front-ends (are there any good
ones? if so, much of my questions here can be disregarded).
I think I found one project, a PHP-GTK interface, that
2001 May 15
2
WTLIB99 with wine-010510 tar ball broken again
Hi:
Remember that I somewhat enthusiastically wrote that a VB3 program
called "Watchtower Library 1999" now works with wine-010508?
Well, [un]fortunately it is broken with again with the
wine-010510 tar ball. (Thank you, Kin Lau for pointing this out to
me by e-mail.)
Description:
The main program window of WTLIB99 is just a small bar with buttons
and a menu on top of the buttons.
2007 Aug 30
4
Templates and Ruby
Hi,
I am using a template to create an /etc/exports file. I have a template
that looks like this (but results in the puppetmasterd dying on the
server when the client updates):
<% nfsHomeClients.split.each do |host| -%>
/nfs <%= host %>(<%= mainshareoptions %>)
<% nfspaths.each do |path| -%>
<%= path %> <%= host %>(<%= nfsoptions %>)
<% end