From 9b8bad1610af216f19f9338e45165b74bbed9eb0 Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Mon, 18 Feb 2013 00:19:37 +0100 Subject: [PATCH] [ethercodes.sh] darcs -> git --- utils/ethercodes.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/ethercodes.sh b/utils/ethercodes.sh index a1356d8b..a5ef2bc4 100755 --- a/utils/ethercodes.sh +++ b/utils/ethercodes.sh @@ -10,6 +10,7 @@ umask 002 wget -o /dev/null -O $TEMPFILE http://standards.ieee.org/regauth/oui/oui.txt \ && awk -F '[\t ]*(hex)[ \t]*' '(/(hex)/) {gsub("-",":",$1) ; print $1" "$2}' < $TEMPFILE > /usr/scripts/gestion/ethercodes.dat \ && cd /usr/scripts/gestion \ - && darcs record --author "Cron Daemon " --patch-name "[ethercodes.dat] Mise a jour du fichier vendeur" --all --no-ask-deps --skip-long-comment ethercodes.dat > /dev/null + && git commit --author="Cron Daemon " -m "[ethercodes.dat] Mise à jour du fichier vendeur" ethercodes.dat > /dev/null \ + && git push > /dev/null rm -f $TEMPFILE