Changes between Version 6 and Version 7 of GentooImageUpdate
- Timestamp:
- Jun 30, 2009, 2:54:41 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GentooImageUpdate
v6 v7 123 123 # we just broke nagios so restart it 124 124 /etc/init.d/nrpe restart 125 # remove packages now outside the 'world' set 125 126 emerge --prune 127 # cleanup dead symlinks 128 find /bin /usr/bin /sbin /usr/sbin -type l ! -xtype f ! -xtype d -exec rm -f {} \; 126 129 }}} 127 130
