initng/mksnap.sh
glen
cvs at pld-linux.org
Sun Dec 25 02:30:05 CET 2005
Author: glen
Date: Sun Dec 25 02:30:02 2005
New Revision: 6698
Modified:
initng/mksnap.sh
Log:
- package rest of scripts, mark version 0.5.0
Modified: initng/mksnap.sh
==============================================================================
--- initng/mksnap.sh (original)
+++ initng/mksnap.sh Sun Dec 25 02:30:02 2005
@@ -1,14 +1,14 @@
#!/bin/sh
project='initng-initscripts'
snap=$(date +%Y%m%d)
-version=0.4.8
+version=0.5.0
dir=$project-$version-$snap
rm -rf $dir
svn up
mkdir -p $dir
-cp -a shutdown_script *.runlevel daemon net system $dir
+cp -a shutdown_script *.sh *.runlevel daemon net system $dir
tar --exclude=.svn --exclude='*~' -cjf $dir.tar.bz2 $dir
rm -rf $dir
More information about the pld-cvs-commit
mailing list