File apt-nocow.patch of Package apt
--- cmdline/apt-get.cc
+++ cmdline/apt-get.cc
@@ -3109,8 +3109,7 @@
" -c=? Read this configuration file\n"
" -o=? Set an arbitary configuration option, eg -o dir::cache=/tmp\n"
"See the apt-get(8), sources.list(5) and apt.conf(5) manual\n"
- "pages for more information and options.\n"
- " This APT has Super Cow Powers.\n");
+ "pages for more information and options.\n");
return true;
}
/*}}}*/
--- cmdline/apt-shell.cc
+++ cmdline/apt-shell.cc
@@ -3790,8 +3790,7 @@
" autoclean - Erase old downloaded archive files\n"
"\n"
"For more information type \"help <cmd>\" or \"<cmd> [-h|--help]\".\n"
- "\n"
- " This APT has Super Cow Powers.\n");
+ "\n");
return true;
}
--- tools/genbasedir
+++ tools/genbasedir
@@ -616,6 +616,4 @@
rm -f $basedir/hashfile.gpg.old
fi
-echo "All your base are belong to us!!!"
-
# vim:ts=4:sw=4