~sapidlib-dev/sapidlib/lockdown_d

« back to all changes in this revision

Viewing changes to etc/hwipe.sh

  • Committer: Cody A.W. Somerville
  • Date: 2007-07-24 03:38:33 UTC
  • Revision ID: cody-somerville@veracity-20070724033833-4ebe63ekzpj1h8ad
Changed license to gpl, moved scripts in /etc/ to /etc/scripts/, ...

    * Changed license to GPL
    * Modified master.c to print GPL notice in epilog
    * Updated package documentation and default config.lpu (WATCH: modified swap-out time)
    * Copied source/Exit_Codes to lib/doc/driver/
    * Moved pwipe.sh and hwipe.sh from etc/ to etc/scripts/
    * A bit of rebranding and updating of items in lib/adm/etc/news/
    * Some cruft cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
2
 
# Tacitus @ LPUniversity
3
 
# 17-OCT-05
4
 
# Script to delete all home directories quickly
5
 
 
6
 
cd ../lib/home/
7
 
rm -rf a/* b/* c/* d/* e/* f/* g/* h/* i/* j/* k/* l/* m/* n/* o/* p/* q/* r/* s/* t/* u/* v/* w/* x/* y/* z/*
8